BiometricSignaturePlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BiometricSignaturePlatform
- Implementers
Constructors
- BiometricSignaturePlatform()
- Constructs a BiometricSignaturePlatform.
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
-
biometricAuthAvailable(
) → Future< String?> -
biometricKeyExists(
bool checkValidity) → Future< bool?> -
createKeys(
) → Future< String?> -
createSignature(
{Map< String, String?> ? options}) → Future<String?> -
deleteKeys(
) → Future< bool?> -
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
Static Properties
- instance ↔ BiometricSignaturePlatform
-
The default instance of BiometricSignaturePlatform to use.
getter/setter pair