dismissNotificationsByGroupKey method
Dismiss all active notifications with the same group key on status bar, without cancel the active respective schedules
Implementation
@override
Future<void> dismissNotificationsByGroupKey(String groupKey) {
return LocalNotificationsPlatform.instance
.dismissNotificationsByGroupKey(groupKey);
}