doSave method
void
doSave(
- SharedPreferences sp
Implementation
void doSave(SharedPreferences sp) async {
await sp.setString(SP_AC_TOKEN, _token!);
}
void doSave(SharedPreferences sp) async {
await sp.setString(SP_AC_TOKEN, _token!);
}