Futronico class
Constructors
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
-
cancelOperation(
) → bool -
captureFrame(
) → void -
configureFutronic(
{int? maxTemplates, double far = 0.05}) → void -
enrollTemplate(
) → Future< FutronicEnrollResult> -
enrollX(
) → List< int> -
initialize(
{SendPort? sendPort, double far = 0.05}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
terminate(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
verify(
List< int> template, {double far = 0.05}) → Future<bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- dll → DynamicLibrary
-
final
-
futronicStatusController
↔ StreamController<
FutronicStatus> -
getter/setter pair
- sendPort ↔ SendPort?
-
getter/setter pair
Static Methods
-
callback(
FTR_USER_CTX context, int stateMask, Pointer< FTR_RESPONSE> response, int signal, Pointer<FTR_BITMAP> pBitmap) → void