Cancel a notification
static Future<void> cancelNotification(int id, {String? tag}) async { await _localNotifications.cancel(id, tag: tag); }