setDataWallet static method
Implementation
static void setDataWallet(String dataWallet) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(keyDataWallet, dataWallet);
}
static void setDataWallet(String dataWallet) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(keyDataWallet, dataWallet);
}