expo-quest-notifications
Version:
A fork of [`expo-notifications`](https://github.com/expo/expo/tree/main/packages/expo-notifications) that provides two implementations: - The default `expo-notifications` for Android and iOS platforms. - A Meta Quest-compatible implementation that uses th
7 lines • 356 B
TypeScript
/**
* Cancels all scheduled notifications.
* @return A Promise that resolves once all the scheduled notifications are successfully canceled, or if there are no scheduled notifications.
* @header schedule
*/
export default function cancelAllScheduledNotificationsAsync(): Promise<void>;
//# sourceMappingURL=cancelAllScheduledNotificationsAsync.d.ts.map