logout method

void logout()

Implementation

void logout() async {
  setBusy(true);
  await deleteAllData();
  setBusy(false);
}