readBarcode method
Reads barcode from Uint8List image bytes
Implementation
@override
Code readBarcode(Uint8List bytes, DecodeParams params) =>
throw UnimplementedError();
Reads barcode from Uint8List image bytes
@override
Code readBarcode(Uint8List bytes, DecodeParams params) =>
throw UnimplementedError();