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