setNonceApple static method
Implementation
static void setNonceApple(String nonce) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(nonceApple, nonce);
}
static void setNonceApple(String nonce) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(nonceApple, nonce);
}