HmsBioAuthnManager class

Constructors

HmsBioAuthnManager()

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

canAuth() Future<int?>
Checks whether fingerprint authentication is available.
disableLogger() Future<void>
enableLogger() Future<void>
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

Constants

BIO_AUTHN_ERROR_HW_UNAVAILABLE → const int
No authentication hardware is available.
BIO_AUTHN_ERROR_NO_HARDWARE → const int
No fingerprint authentication hardware is available.
BIO_AUTHN_ERROR_NONE_ENROLLED → const int
No fingerprint is enrolled.
BIO_AUTHN_ERROR_UNSUPPORTED_OS_VER → const int
Fingerprint authentication is not supported in this OS version.
BIO_AUTHN_SUCCESS → const int
Fingerprint authentication is available. (A valid fingerprint has been enrolled and the authentication hardware is available.)