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