dismissAllNotifications method
Dismiss all active notifications, without cancel the active respective schedules
Implementation
@override
Future<void> dismissAllNotifications() async {
await methodChannel.invokeMethod(CHANNEL_METHOD_DISMISS_ALL_NOTIFICATIONS);
}