cancelAllScheduledNotifications method

Future<bool> cancelAllScheduledNotifications()

Cancel all scheduled notifications

Implementation

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