FlutterTwainScannerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterTwainScannerPlatform
Implementers

Constructors

FlutterTwainScannerPlatform()
Constructs a FlutterTwainScannerPlatform.

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

getDataSources() → Future<List<String>>
Fetches the list of available scanners from a data source.
getPlatformVersion() → Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scanDocument(int sourceIndex) → Future<List<String>>
Initiates a document scanning operation from a specified scanner.
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ↔ FlutterTwainScannerPlatform
The default instance of FlutterTwainScannerPlatform to use.
getter/setter pair