AndroidBiometricOptions class

Advanced Android biometric customization.

Constructors

AndroidBiometricOptions({AndroidBiometricStrength strength = AndroidBiometricStrength.deviceDefault, bool allowDeviceCredential = true, bool confirmationRequired = true, bool invalidateKeysOnEnrollment = true})
Creates Android biometric customization options.
const
AndroidBiometricOptions.fromMap(Map map)
Creates options from a serialized map.
factory

Properties

allowDeviceCredential bool
Whether device PIN/pattern/password fallback is allowed.
final
confirmationRequired bool
Whether explicit confirmation is requested.
final
hashCode int
The hash code for this object.
no setterinherited
invalidateKeysOnEnrollment bool
Whether generated keys should invalidate when enrollment changes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strength AndroidBiometricStrength
Requested biometric strength.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
Converts this object to a platform-channel map.
toString() String
A string representation of this object.
inherited

Operators

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