static Future<void> setUID(String uid) async { final SharedPreferences prefs = await SharedPreferences.getInstance(); await prefs.setString(_uidKey, uid); }