readBarcodes method
Codes
readBarcodes(
- Uint8List bytes, {
- required int width,
- required int height,
- DecodeParams? params,
override
Reads barcodes from Uint8List image bytes
Implementation
@override
Codes readBarcodes(
Uint8List bytes, {
required int width,
required int height,
DecodeParams? params,
}) =>
throw UnimplementedError();