readBarcodes abstract method
Codes
readBarcodes(
- Uint8List bytes, {
- required int width,
- required int height,
- DecodeParams? params,
Reads barcodes from Uint8List image bytes
Implementation
Codes readBarcodes(
Uint8List bytes, {
required int width,
required int height,
DecodeParams? params,
});