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