setIdApple static method
Implementation
static void setIdApple(String idApple) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(idUserApple, idApple);
}
static void setIdApple(String idApple) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(idUserApple, idApple);
}