DocumentScannerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DocumentScannerPlatform
Implementers

Constructors

DocumentScannerPlatform.new()
Constructs a DocumentScannerPlatform.

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

getPlatformVersion() Future<String?>
getScanDocuments([int page = 4]) Future
getScanDocumentsUri([int page = 4]) Future
getScannedDocumentAsImages([int page = 4]) Future
getScannedDocumentAsPdf([int page = 4]) Future
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 Properties

instance DocumentScannerPlatform
The default instance of DocumentScannerPlatform to use.
getter/setter pair