FaceAuthenticatorAndroidSettings constructor
FaceAuthenticatorAndroidSettings({
- FaceAuthenticatorCustomizationAndroid? customization,
- SensorSettingsAndroid? sensorSettings,
- bool? enableEmulator,
- bool? enableRootDevices,
- bool? enableBrightnessIncrease,
- bool? enableSwitchCameraButton,
- bool? useDeveloperMode,
- bool? useAdb,
- bool? useDebug,
Implementation
FaceAuthenticatorAndroidSettings(
{this.customization,
this.sensorSettings,
this.enableEmulator,
this.enableRootDevices,
this.enableBrightnessIncrease,
this.enableSwitchCameraButton,
this.useDeveloperMode,
this.useAdb,
this.useDebug});