clearSession method

  1. @override
void clearSession()
override

Implementation

@override
void clearSession() {
  User.removeSavedSession();
  token = null;
  currentUser = null;
}