scanFromImage method
Scans QR/Barcode from an image file
Implementation
Future<List<QrScanResult>> scanFromImage(
String imagePath,
ScanOptions options,
) {
throw UnimplementedError('scanFromImage() has not been implemented.');
}
Scans QR/Barcode from an image file
Future<List<QrScanResult>> scanFromImage(
String imagePath,
ScanOptions options,
) {
throw UnimplementedError('scanFromImage() has not been implemented.');
}