zxingReadBarcode function

Code zxingReadBarcode(
  1. Uint8List bytes,
  2. DecodeParams params
)

Reads barcode from Uint8List image bytes

Implementation

Code zxingReadBarcode(Uint8List bytes, DecodeParams params) =>
    _readBarcode(bytes, params, CodeSource.byteStream);