GeneralLibraryLocalAuthBaseFlutter class
- Implemented types
Constructors
Properties
-
can_check_biometrics
→ Future<
bool> -
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
is_device_support
→ Future<
bool> -
no setteroverride
- is_support_local_auth → bool
-
no setteroverride
- localAuthentication → LocalAuthentication
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticate(
{required String message}) → Future< bool> -
override
-
getAvailableBiometrics(
) → Future< List> -
override
-
isSupport(
) → bool -
check is support or not
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stopAuthentication(
) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited