zxingReadBarcode function
Reads barcode from Uint8List image bytes
Implementation
Code zxingReadBarcode(Uint8List bytes, DecodeParams params) =>
_readBarcode(bytes, params, CodeSource.byteStream);
Reads barcode from Uint8List image bytes
Code zxingReadBarcode(Uint8List bytes, DecodeParams params) =>
_readBarcode(bytes, params, CodeSource.byteStream);