FaceAuthenticatorSuccess constructor

FaceAuthenticatorSuccess(
  1. bool? authenticated,
  2. String? signedResponse,
  3. String? trackingId,
  4. int? lensFacing,
)

Implementation

FaceAuthenticatorSuccess(this.authenticated, this.signedResponse,
    this.trackingId, this.lensFacing);