expo-notifications
Version:
Notifications module
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