removeUpAccount static method

dynamic removeUpAccount()

Implementation

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