LivenessVerificationFlow constructor
const
LivenessVerificationFlow({
- Key? key,
- dynamic onVerificationComplete()?,
- dynamic onError()?,
Implementation
const LivenessVerificationFlow({
Key? key,
this.onVerificationComplete,
this.onError,
}) : super(key: key);