WebTwainController class

WebTwainController class.

Constructors

WebTwainController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webviewId String
no setter

Methods

dispose() Future<void>
Destroy the controller.
download(int type, String filename) Future<void>
Save a document.
init(String path, String key) Future<void>
Initialize the controller.
load() Future<void>
Load a document.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scan(String config) Future<void>
Scan a document.
toString() String
A string representation of this object.
inherited

Operators

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