FlutterToPluginCommunicator class

Constructors

FlutterToPluginCommunicator(int id, PluginToFlutterCommunicator _pluginToFlutterCommunicator)

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

callBolApi({String? apiKey, String? token, required Uint8List image, required List<String> barcodes, String? locationId, Map<String, dynamic>? options}) → void
callDocumentClassificationApi({String? apiKey, String? token, required Uint8List image}) → void
callItemLabelApi({String? apiKey, String? token, required Uint8List image}) → void
callMatchingAPI({String? apiKey, String? token, required Uint8List image, required List<String> barcodes, required Map<String, dynamic> onDeviceResponse, Map<String, dynamic>? recipient, Map<String, dynamic>? sender, Map<String, dynamic>? options, Map<String, dynamic>? metadata}) → void
callShippingLabelApi({String? apiKey, String? token, required Uint8List image, required List<String> barcodes, String? locationId, Map<String, dynamic>? recipient, Map<String, dynamic>? sender, Map<String, dynamic>? options, Map<String, dynamic>? metadata}) → void
capturePhoto() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rescan() → void
setCameraSettings(CameraSettings cameraSettings) → void
setCaptureModeBarcode() → void
setCaptureModeOCR() → void
setCaptureModeQrCode() → void
setFocusSettings(FocusSettings focusSettings) → void
setMultipleScanEnabled(bool isMultipleScanEnabled) → void
setObjectDetectionSettings(ObjectDetectionSettings objectDetectionSettings) → void
setScanAuto() → void
setScanManual() → void
startCamera() → void
stopCamera() → void
toString() String
A string representation of this object.
inherited

Operators

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