cancelAllScheduledNotifications method
Cancel every notification that was scheduled through scheduleNotification.
Implementation
Future<bool> cancelAllScheduledNotifications() {
throw UnimplementedError(
'cancelAllScheduledNotifications() has not been implemented.',
);
}