Cancel a specific notification
Future<void> cancelNotification(int id) async { await _notificationsPlugin.cancel(id); }