Future<void> setThemeMode(ThemeMode mode) async { _themeMode = mode; await CLTheme.saveThemeMode(mode); notifyListeners(); }