dismissAllNotifications method
Dismiss all active notifications, without cancel the active respective schedules
Implementation
@override
Future<void> dismissAllNotifications() {
return LocalNotificationsPlatform.instance.dismissAllNotifications();
}