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