RemoteHelloResponse.failure constructor
const
RemoteHelloResponse.failure(
- AuthFailure failure
Implementation
const RemoteHelloResponse.failure(AuthFailure failure)
: this._(status: RemoteHelloStatus.failure, failure: failure);