BarcodeCameraLiveDetector class

Inheritance

Constructors

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

Properties

arguments Map<String, dynamic>
read / writeinherited
barcodeListener ↔ dynamic Function(BarcodeScanningResult result)
read / write
detectorChannel MethodChannel
read / writeinherited
detectorType DetectorType
read / writeoverride-getter
enabled bool
read / writeinherited
errorListener ↔ dynamic Function(SdkLicenseException exception)
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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