FaceAuthenticatorEventFailure constructor

const FaceAuthenticatorEventFailure({
  1. String? signedResponse,
  2. String? errorType,
  3. String? errorMessage,
  4. int? code,
})

Implementation

const FaceAuthenticatorEventFailure(
    {this.signedResponse, this.errorType, this.errorMessage, this.code});