expo-notifications
Version:
Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.
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