FlutterDocScannerWeb class

A web implementation of the FlutterDocScannerPlatform of the FlutterDocScanner plugin.

Inheritance

Constructors

FlutterDocScannerWeb()
Constructs a FlutterDocScannerWeb

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?>
Returns a String containing the version of the platform.
override
getScanDocuments([int page = 4]) Future<String?>
Scans documents and returns raw platform data.
override
getScanDocumentsUri([int page = 4]) Future<String?>
Scans documents and returns URIs (Android only).
override
getScannedDocumentAsImages({required int page, required String imageFormat, required double quality, bool useAutomaticSinglePictureProcessing = false}) Future
Scans documents and returns raw image data from the platform.
inherited
getScannedDocumentAsPdf(int page) Future
Scans documents and returns raw PDF data from the platform.
inherited
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

registerWith(Registrar registrar) → void