OsAuthenticationListenHandler class Null safety

An object that can be used to resume listening for OS credentials (i.e. fingerprint) and to cancel the whole operation while listening for credentials.

This is used with the Aaid.fingerprint authenticator attestation identifier.

Constructors

OsAuthenticationListenHandler(String operationId)
Default constructor for OsAuthenticationListenHandler.
factory

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

cancelAuthentication() → Future<void>
Cancels the authentication operation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
pauseListening() → Future<OsAuthenticationListenHandler>
Pauses listening for OS credentials.
resumeListening() → Future<OsAuthenticationListenHandler>
Resumes listening for OS credentials.
toString() → String
A string representation of this object.
inherited

Operators

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