scanFromImage method

Future<List<QrScanResult>> scanFromImage(
  1. String imagePath,
  2. ScanOptions options
)

Scans QR/Barcode from an image file

Implementation

Future<List<QrScanResult>> scanFromImage(
  String imagePath,
  ScanOptions options,
) {
  throw UnimplementedError('scanFromImage() has not been implemented.');
}