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