BarcodeReader class

Provides functionality to decode barcodes from raw image data.

Implemented types

Constructors

BarcodeReader()
Creates a new instance of the BarcodeReader class.
BarcodeReader.fromHandle(Pointer<id3BiosealBarcodeReader> handle)
Creates a new instance of the BarcodeReader class.

Properties

handle Pointer<id3BiosealBarcodeReader>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
outputData Uint8List
Holds the decoded data extracted from the barcode.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(Uint8List? data) bool
Attempts to decode a barcode from the provided raw image data.
dispose() → void
Releases all resources used by this BarcodeReader.
getOutputData() Uint8List
Gets the holds the decoded data extracted from the barcode.
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