Future<int> clearAll() async { int data = await _notificationsHiveRepository.box.clear(); notifyListeners(); return data; }