readBarcode abstract method
Code
readBarcode(
- Uint8List bytes, {
- required int width,
- required int height,
- DecodeParams? params,
Implementation
Code readBarcode(
Uint8List bytes, {
required int width,
required int height,
DecodeParams? params,
});