Cancel a single notification and its respective schedule
@override Future<void> cancel(int id) { return LocalNotificationsPlatform.instance.cancel(id); }