INNER CODE UNIT · TypeScript
removeNotificationListeners
flexn-io/renative · packages/app-harness/src/components/Notifications/index.ts:7
export const removeNotificationListeners = (callback: NotificationCallback) => {
callback('removeNotificationListeners not supported on this platform');
};