onError property
Stream<OAuthError>
get
onError
Stream of authentication errors
Implementation
Stream<OAuthError> get onError => _errorController.stream;
Stream of authentication errors
Stream<OAuthError> get onError => _errorController.stream;