dismissAllNotifications method

  1. @override
Future<void> dismissAllNotifications()
override

Dismiss all active notifications, without cancel the active respective schedules

Implementation

@override
Future<void> dismissAllNotifications() async {
  await methodChannel.invokeMethod(CHANNEL_METHOD_DISMISS_ALL_NOTIFICATIONS);
}