BiometricHandler class

Inheritance

Constructors

BiometricHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
requiredPermissions List<Permission>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkBiometric(dynamic args) Future<Map<String, dynamic>>
checkForPermissions() Future<List<Status>>
inherited
getDeviceInfo() Future<Map<String, dynamic>>
inherited
mapErrors(String? errorCode) List<String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processArgs(List args) Map<String, dynamic>
inherited
registerBiometric(List args) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited
validateRequiredFields(Map<String, dynamic> args, List<String> fieldKeys) List<String>
inherited
verifyBiometric(List args) Future<Map<String, dynamic>>

Operators

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