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