BarcodePick class

Constructors

BarcodePick.new(DataCaptureContext dataCaptureContext, BarcodePickSettings settings, BarcodePickProductProvider productProvider)

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

addListener(BarcodePickListener listener) → void
addScanningListener(BarcodePickScanningListener listener) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(BarcodePickListener listener) → void
removeScanningListener(BarcodePickScanningListener listener) → void
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

recommendedCameraSettings → CameraSettings
no setter