scanBytes static method
High-level API to scan a raw byte buffer bytes under specified mode.
Implementation
static Future<ScanResult> scanBytes(
Uint8List bytes, {
ScanMode mode = ScanMode.qr,
}) async {
return _engine.processBytes(bytes, mode);
}