isAuthenticated method

bool isAuthenticated()

Implementation

bool isAuthenticated() {
  return _authUser != null;
}