logout method

dynamic logout()

Implementation

logout() {
  SessionManagement.clear();
  NavUtils.offAllNamed(Routes.login);
}