LivenessVerificationFlow constructor

const LivenessVerificationFlow({
  1. Key? key,
  2. dynamic onVerificationComplete(
    1. VerificationResponse
    )?,
  3. dynamic onError(
    1. String
    )?,
  4. String? bearerToken,
})

Implementation

const LivenessVerificationFlow({
  Key? key,
  this.onVerificationComplete,
  this.onError,
  this.bearerToken,
}) : super(key: key);