authenticationResult property
Implementation
@override
AuthResult? get authenticationResult => _authenticationResult;
Implementation
@override
set authenticationResult(AuthResult? value) {
_authenticationResult = value;
}
@override
AuthResult? get authenticationResult => _authenticationResult;
@override
set authenticationResult(AuthResult? value) {
_authenticationResult = value;
}