MicroblinkScanner 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
-
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
-
scanWithCamera(
RecognizerCollection collection, OverlaySettings overlaySettings, String license) → Future< List< RecognizerResult> > -
scanWithDirectApi(
RecognizerCollection collection, String frontImage, String? backImage, String license) → Future< List< RecognizerResult> >
Constants
- ARG_BACK_IMAGE → const String
- ARG_FRONT_IMAGE → const String
- ARG_LICENSE → const String
- ARG_LICENSE_KEY → const String
- ARG_LICENSEE → const String
- ARG_OVERLAY_SETTINGS → const String
- ARG_RECOGNIZER_COLLECTION → const String
- ARG_SHOW_LICENSE_WARNING → const String
- METHOD_SCAN_WITH_CAMERA → const String
- METHOD_SCAN_WITH_DIRECT_API → const String