BarcodeCameraLiveDetector class
- Inheritance
-
- Object
- LiveDetector
- BarcodeCameraLiveDetector
Constructors
- BarcodeCameraLiveDetector.new({required dynamic barcodeListener(BarcodeScanningResult result), required dynamic errorListener(SdkLicenseException exception)})
Properties
-
arguments
↔ Map<
String, dynamic> -
getter/setter pairinherited
- barcodeListener ↔ dynamic Function(BarcodeScanningResult result)
-
getter/setter pair
- detectorChannel ↔ MethodChannel
-
getter/setter pairinherited
- enabled ↔ bool
-
getter/setter pairinherited
- errorListener ↔ dynamic Function(SdkLicenseException exception)
-
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(
) → Future< void> -
inherited
-
registerResultHandler(
) → void -
override
-
resumeDetection(
) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited