readBarcodesImagePath abstract method
Reads barcodes from XFile image path
Implementation
Future<Codes> readBarcodesImagePath(
  XFile path, {
  DecodeParams? params,
});Reads barcodes from XFile image path
Future<Codes> readBarcodesImagePath(
  XFile path, {
  DecodeParams? params,
});