cancelAllSchedules method
Cancels all active schedules, without dismissing the respective notifications.
This method returns a Future that resolves when all active schedules with the specified group key have been cancelled.
Implementation
@override
Future<void> cancelAllSchedules() async {
await methodChannel.invokeMethod(CHANNEL_METHOD_CANCEL_ALL_SCHEDULES);
}