removeUpAccount static method
dynamic
removeUpAccount()
Implementation
static removeUpAccount() async {
await prefs.remove(upAccountKey);
}
static removeUpAccount() async {
await prefs.remove(upAccountKey);
}