BarcodeCameraLiveDetector class

Inheritance

Constructors

BarcodeCameraLiveDetector({required dynamic barcodeListener(BarcodeScanningResult result), required dynamic errorListener(SdkLicenseException exception)})

Properties

arguments Map<String, dynamic>
getter/setter pairinherited
barcodeListener ↔ dynamic Function(BarcodeScanningResult result)
The callback that will be called each time barcodes is detected.
getter/setter pair
detectorChannel MethodChannel
getter/setter pairinherited
detectorType DetectorType
getter/setter pairoverride-getter
enabled bool
getter/setter pairinherited
errorListener ↔ dynamic Function(SdkLicenseException exception)
The callback that will be called when there are problems with a license.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(ScanbotCameraController controller) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseDetection() → dynamic
inherited
registerResultHandler() → void
override
resumeDetection() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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