FaceAuthenticatorAndroidSettings class

Constructors

FaceAuthenticatorAndroidSettings({FaceAuthenticatorCustomizationAndroid? customization, SensorSettingsAndroid? sensorSettings, bool? enableEmulator, bool? enableRootDevices, bool? enableBrightnessIncrease, bool? enableSwitchCameraButton, bool? useDeveloperMode, bool? useAdb, bool? useDebug})

Properties

customization FaceAuthenticatorCustomizationAndroid?
getter/setter pair
enableBrightnessIncrease bool?
getter/setter pair
enableEmulator bool?
getter/setter pair
enableRootDevices bool?
getter/setter pair
enableSwitchCameraButton bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensorSettings SensorSettingsAndroid?
getter/setter pair
useAdb bool?
getter/setter pair
useDebug bool?
getter/setter pair
useDeveloperMode bool?
getter/setter pair

Methods

asMap() Map
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited