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