WebTwainController class
WebTwainController class.
Constructors
Properties
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