LivenessCustomConfig constructor

LivenessCustomConfig({
  1. bool motionControl = false,
  2. bool showCaptureButton = true,
  3. int? captureButtonDelayFromDetect,
  4. int? captureButtonDelayFromStart,
})

Implementation

LivenessCustomConfig({
  this.motionControl = false,
  this.showCaptureButton = true,
  this.captureButtonDelayFromDetect,
  this.captureButtonDelayFromStart,
});