FaceAuthenticatorSuccess constructor

FaceAuthenticatorSuccess({
  1. String? signedResponse,
  2. String? userId,
  3. String? errorMessage,
  4. bool? isAlive,
  5. bool? isMatch,
})

Implementation

FaceAuthenticatorSuccess(
    {this.signedResponse,
    this.userId,
    this.errorMessage,
    this.isAlive,
    this.isMatch});