UNPKG

expo-notifications

Version:
7 lines 356 B
/** * 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