logout method

void logout()

Logout user

Implementation

void logout() {
  service.logout();
  _isLogin = false;
  notifyListeners();
}