PluginToFlutterCommunicator class
Constructors
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< String> codes) → void -
onDetectionResult(
bool isText, bool isBarcode, bool isQrCode, bool isDocument) → void -
onImageCaptured(
Uint8List byteArrayImage, List< String> codes) → 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 -
onScanError(
String error) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited