cancelSchedulesByGroupKey abstract method

Future<void> cancelSchedulesByGroupKey(
  1. String groupKey
)

Cancel all active schedules with the same group key, without dismiss the respective notifications on status bar

Implementation

Future<void> cancelSchedulesByGroupKey(String groupKey);