HostedFlowBase class abstract

Base class for hosted flow functionality

Constructors

HostedFlowBase()

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

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 Methods

closeEnrollmentStreams() → void
Close and clean up enrollment streams
closeStreams() → void
Close and clean up streams
ensureListenerRegistered() → void
Register the callback listener if not already registered
handleEnrollmentProgress(Map payload) → void
Handle enrollment progress
handleEnrollmentResult(Map payload) → void
Handle enrollment result
handleEvent(Map payload) → void
Handle continuous event
handleIdentificationEvent(Map payload) → void
Handle continuous identification event
handleIdentificationResult(Map payload) → void
Handle identification result
handleResult(Map payload) → void
Handle single-shot result