scanFromBytes method

Future<List<QrScanResult>> scanFromBytes(
  1. Uint8List imageBytes,
  2. ScanOptions options
)

Scans QR/Barcode from image bytes

Implementation

Future<List<QrScanResult>> scanFromBytes(
  Uint8List imageBytes,
  ScanOptions options,
) {
  throw UnimplementedError('scanFromBytes() has not been implemented.');
}