Cancel a single notification and its respective schedule
@override Future<void> cancel(int id) async { _validateId(id); await methodChannel.invokeMethod(CHANNEL_METHOD_CANCEL_NOTIFICATION, id); }