cancelAllSchedules method
Cancel all active notification schedules without dismiss the respective notifications
Implementation
@override
Future<void> cancelAllSchedules() async {
await methodChannel.invokeMethod(CHANNEL_METHOD_CANCEL_ALL_SCHEDULES);
}