@override Future<void> initialize() async { themeDb = await Hive.openBox('theme'); await loadSettings(); notifyListeners(); }