cancelAllPendingNotifications method

  1. @override
Future<void> cancelAllPendingNotifications()
inherited

Cancels/removes all pending notifications.

This only applies to notifications that have been scheduled.

Implementation

@override
Future<void> cancelAllPendingNotifications() async {
  await _channel.invokeMethod('cancelAllPendingNotifications');
}