authenticationResult property

AuthResult? get authenticationResult

Implementation

AuthResult? get authenticationResult;
set authenticationResult (AuthResult? value)

Implementation

set authenticationResult(AuthResult? value) {
  authenticationResult = value;
}