UnavailableBiometricAdapter class

Implemented types

Constructors

UnavailableBiometricAdapter()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authenticate(String reason, {bool sticky = true, Duration stickyTtl = const Duration(minutes: 5)}) Future<AuthResult>
Authenticate — the UI uses the OS-standard sheet or a cached sticky session.
override
authenticateWithFallback(String reason) Future<AuthResult>
Attempt authentication, falling back to PIN / password.
override
invalidateStickySession() Future<void>
Force-invalidate the sticky session (e.g. before a sensitive action).
override
isAvailable() Future<BiometricCapability>
override
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