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