dismissNotificationsByGroupKey abstract method
Dismiss all active notifications with the same group key on status bar, without cancel the active respective schedules
Implementation
Future<void> dismissNotificationsByGroupKey(String groupKey);
Dismiss all active notifications with the same group key on status bar, without cancel the active respective schedules
Future<void> dismissNotificationsByGroupKey(String groupKey);