readBarcodeImagePath abstract method

Future<Code> readBarcodeImagePath(
  1. XFile path, {
  2. DecodeParams? params,
})

Reads barcode from XFile image path

Implementation

Future<Code> readBarcodeImagePath(
  XFile path, {
  DecodeParams? params,
});