Future dismissNotification(int id) async { bool success = await _internalNotificationService.dismissNotification(id); if (success) { notifyListeners(); } }