dismissAllNotifications abstract method

Future<void> dismissAllNotifications()

Dismisses all active notifications without cancelling their respective schedules. Note that dismissing a notification does not remove it from the notification history.

This method returns a Future that resolves when all active notifications with the specified group key have been dismissed.

Implementation

Future<void> dismissAllNotifications();