isInitialized method

bool isInitialized()

Implementation

bool isInitialized() {
return _authenticationService != null;
  }