static Future<String?> getUid() async { SharedPreferences pref = await SharedPreferences.getInstance(); return pref.getString(udiid); }