PluginToFlutterCommunicator class
abstract
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onCameraStarted()
→ void
-
-
onCameraStopped()
→ void
-
-
onCodesReceived(List<ScannedCodeResult> scannedCodeResults)
→ void
-
-
onDetectionBoundingBoxes(List<Rect> barcodeBoundingBoxes, List<Rect> qrCodeBoundingBoxes, Rect? documentBoundingBox)
→ void
-
-
onDetectionResult(bool isText, bool isBarcode, bool isQrCode, bool isDocument)
→ void
-
-
onImageCaptured(Uint8List byteArrayImage, List<ScannedCodeResult> scannedCodeResults, double imageSharpnessScore)
→ void
-
-
onImageSharpnessScore(double imageSharpnessScore)
→ void
-
-
onItemRetrievalResult(ScannedCodeResult scannedCodeResult)
→ void
-
-
onMatchingResult(Map<String, dynamic> result)
→ void
-
-
onOnlineBOLResult(Map<String, dynamic> result)
→ void
-
-
onOnlineDocumentClassificationResult(Map<String, dynamic> result)
→ void
-
-
onOnlineItemLabelResult(Map<String, dynamic> result)
→ void
-
-
onOnlineSLResult(Map<String, dynamic> result)
→ void
-
-
onPriceTagResult(PriceTagResult priceTagResult)
→ void
-
-
onScanError(String error)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited