PassiveFaceLivenessSuccess constructor

PassiveFaceLivenessSuccess({
  1. String? imagePath,
  2. String? capturePath,
  3. String? imageUrl,
  4. String? signedResponse,
  5. String? trackingId,
  6. int? lensFacing,
})

Implementation

PassiveFaceLivenessSuccess(
    {this.imagePath,
    this.capturePath,
    this.imageUrl,
    this.signedResponse,
    this.trackingId,
    this.lensFacing});