clearLogin method

Future clearLogin()

Implementation

Future clearLogin() async {
  _token = "";
  await save();
  return;
}