FaceAuthenticatorAndroidSettings constructor

FaceAuthenticatorAndroidSettings({
  1. FaceAuthenticatorCustomizationAndroid? customization,
  2. SensorSettingsAndroid? sensorSettings,
  3. bool? enableEmulator,
  4. bool? enableRootDevices,
  5. bool? enableBrightnessIncrease,
  6. bool? enableSwitchCameraButton,
  7. bool? useDeveloperMode,
  8. bool? useAdb,
  9. bool? useDebug,
})

Implementation

FaceAuthenticatorAndroidSettings(
    {this.customization,
    this.sensorSettings,
    this.enableEmulator,
    this.enableRootDevices,
    this.enableBrightnessIncrease,
    this.enableSwitchCameraButton,
    this.useDeveloperMode,
    this.useAdb,
    this.useDebug});