FaceAuthenticatorEventFailure constructor

const FaceAuthenticatorEventFailure({
  1. String? errorType,
  2. String? errorDescription,
})

Implementation

const FaceAuthenticatorEventFailure({this.errorType, this.errorDescription});