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