Cancel a single scheduled notification, without dismiss the active notification
@override Future<void> cancelSchedule(int id) { return LocalNotificationsPlatform.instance.cancelSchedule(id); }