static Future<String?> getCustomTheme() async { final prefs = await SharedPreferences.getInstance(); return prefs.getString(customTheme); }