LivenessConfig constructor
const
LivenessConfig({})
Implementation
const LivenessConfig({
this.enableSmile = true,
this.enableBlink = true,
this.enableMotion = true,
this.requiredDetections = 10,
this.requiredBlinks = 3,
this.onSuccess,
this.onCancel,
this.showDefaultSuccessScreen = true,
});