startCameraProcessing method

  1. @override
Future<void> startCameraProcessing()
override

Starts reading barcode from the camera

Implementation

@override
Future<void> startCameraProcessing() async {
  // Pre-load the WASM bridge so the first scan has no cold-start delay.
  await _ensureBridge();
}