BarcodeManager class

Constructors

BarcodeManager()

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

callbackResults(List<Map> results) List<BarcodeResult>
Wrap callback results.
decodeFile(String filename) Future<List<Map>>
Decode barcodes from an image file.
decodeVideo() → void
Show camera view.
initBarcodeReader(BarcodeReader reader) → void
Initialize Barcode Reader.
initBarcodeScanner(BarcodeScanner scanner) → void
Initialize Barcode Scanner.
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