readBarcodesImagePath method

  1. @override
Future<List<Code>> readBarcodesImagePath(
  1. XFile path, {
  2. DecodeParams? params,
})
override

Reads barcodes from XFile image path

Implementation

@override
Future<List<Code>> readBarcodesImagePath(
  XFile path, {
  DecodeParams? params,
}) =>
    throw UnimplementedError();