BarcodeCountViewListener class abstract

Constructors

BarcodeCountViewListener()

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

brushForRecognizedBarcode(BarcodeCountView view, TrackedBarcode trackedBarcode) → Brush?
brushForRecognizedBarcodeNotInList(BarcodeCountView view, TrackedBarcode trackedBarcode) → Brush?
brushForUnrecognizedBarcode(BarcodeCountView view, TrackedBarcode trackedBarcode) → Brush?
didCompleteCaptureList(BarcodeCountView view) → void
didTapFilteredBarcode(BarcodeCountView view, TrackedBarcode filteredBarcode) → void
didTapRecognizedBarcode(BarcodeCountView view, TrackedBarcode trackedBarcode) → void
didTapRecognizedBarcodeNotInList(BarcodeCountView view, TrackedBarcode trackedBarcode) → void
didTapUnrecognizedBarcode(BarcodeCountView view, TrackedBarcode trackedBarcode) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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