Future addNotification(String id, dynamic data) async { await _notificationsHiveRepository.box.put(id, data); notifyListeners(); return; }