dismissNotificationsByGroupKey abstract method

Future<void> dismissNotificationsByGroupKey(
  1. String groupKey
)

Dismiss all active notifications with the same group key on status bar, without cancel the active respective schedules

Implementation

Future<void> dismissNotificationsByGroupKey(String groupKey);