cancelAllPendingNotifications method

Future<void> cancelAllPendingNotifications()
inherited

Cancels/removes all pending notifications.

This only applies to notifications that have been scheduled.

Implementation

Future<void> cancelAllPendingNotifications() async {
  throw UnimplementedError(
    'cancelAllPendingNotifications() has not been implemented',
  );
}