readBarcodes method
Reads barcodes from Uint8List image bytes
Implementation
@override
Codes readBarcodes(Uint8List bytes, DecodeParams params) =>
zxingReadBarcodes(bytes, params);
Reads barcodes from Uint8List image bytes
@override
Codes readBarcodes(Uint8List bytes, DecodeParams params) =>
zxingReadBarcodes(bytes, params);