Future<void> saveTheme(ThemeType themeType) async { final prefs = await SharedPreferences.getInstance(); await prefs.setInt(themeKey, themeType.index); }