BarcodeFind class
Constructors
- BarcodeFind(BarcodeFindSettings settings)
Properties
- context → DataCaptureContext?
-
no setterinherited
- feedback ↔ BarcodeFindFeedback
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnabled ↔ bool
-
getter/setter pair
-
itemsToFind
↔ Set<
BarcodeFindItem> -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
BarcodeFindListener listener) → void -
applySettings(
BarcodeFindSettings settings) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< void> -
removeListener(
BarcodeFindListener listener) → void -
setBarcodeTransformer(
BarcodeFindTransformer barcodeTransformer) → void -
setItemList(
Set< BarcodeFindItem> items) → Future<void> -
start(
) → Future< void> -
stop(
) → Future< 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