FlutterGeniusScan class

The entry point for the Genius Scan SDK

Constructors

FlutterGeniusScan()

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

generateDocument(Map document, Map configuration) Future<void>
Generate a document from a list of scans
scanWithConfiguration(Map configuration) Future<Map>
Starts a scanning flow with 3 screens (Camera, Document Detection, Post Processing)
setLicenseKey(String licenseKey, {bool autoRefresh = true}) → void
Set the Genius Scan SDK license key with optional auto-refresh.