zxingReadBarcodes function
Reads barcodes from Uint8List image bytes
Implementation
Codes zxingReadBarcodes(Uint8List bytes, DecodeParams params) =>
_readBarcodes(bytes, params);
Reads barcodes from Uint8List image bytes
Codes zxingReadBarcodes(Uint8List bytes, DecodeParams params) =>
_readBarcodes(bytes, params);