cancelNotificationsByGroupKey abstract method

Future<void> cancelNotificationsByGroupKey(
  1. String groupKey
)

Cancel and dismiss all notifications and schedules with the same group key

Implementation

Future<void> cancelNotificationsByGroupKey(String groupKey);