scanFromBytes method
Scans QR/Barcode from image bytes
Implementation
Future<List<QrScanResult>> scanFromBytes(
Uint8List imageBytes,
ScanOptions options,
) {
throw UnimplementedError('scanFromBytes() has not been implemented.');
}
Scans QR/Barcode from image bytes
Future<List<QrScanResult>> scanFromBytes(
Uint8List imageBytes,
ScanOptions options,
) {
throw UnimplementedError('scanFromBytes() has not been implemented.');
}