cancelSchedulesByChannelKey abstract method

Future<void> cancelSchedulesByChannelKey(
  1. String channelKey
)

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

Implementation

Future<void> cancelSchedulesByChannelKey(String channelKey);