FlutterDocumentScanSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterDocumentScanSdkPlatform
Implementers

Constructors

FlutterDocumentScanSdkPlatform()
Constructs a FlutterDocumentScanSdkPlatform.

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

detectBuffer(Uint8List bytes, int width, int height, int stride, int format) Future<List<DocumentResult>>
detectFile(String file) Future<List<DocumentResult>?>
getParameters() Future<String?>
getPlatformVersion() Future<String?>
init(String key) Future<int?>
normalizeBuffer(Uint8List bytes, int width, int height, int stride, int format, dynamic points) Future<NormalizedImage?>
normalizeFile(String file, dynamic points) Future<NormalizedImage?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String filename) Future<int?>
setParameters(String params) Future<int?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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