cancelAllScheduledNotifications method

Future<bool> cancelAllScheduledNotifications()

Cancel every notification that was scheduled through scheduleNotification.

Implementation

Future<bool> cancelAllScheduledNotifications() {
  throw UnimplementedError(
    'cancelAllScheduledNotifications() has not been implemented.',
  );
}