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