Cancel a specific notification by ID.
Future<void> cancel(int id) async { await _plugin.cancel(id); }