PassiveFaceLivenessAndroidSettings constructor

PassiveFaceLivenessAndroidSettings({
  1. PassiveFaceLivenessCustomizationAndroid? customization,
  2. SensorSettingsAndroid? sensorSettings,
  3. int? showButtonTime,
  4. bool? enableSwitchCameraButton,
  5. bool? enableGoogleServices,
  6. bool? emulatorSettings,
  7. bool? rootSettings,
  8. bool? enableBrightnessIncrease,
  9. bool? useDeveloperMode,
  10. bool? useAdb,
  11. bool? useDebug,
})

Implementation

PassiveFaceLivenessAndroidSettings(
    {this.customization,
    this.sensorSettings,
    this.showButtonTime,
    this.enableSwitchCameraButton,
    this.enableGoogleServices,
    this.emulatorSettings,
    this.rootSettings,
    this.enableBrightnessIncrease,
    this.useDeveloperMode,
    this.useAdb,
    this.useDebug});