setWebBarcodeReader method

void setWebBarcodeReader(
  1. WebBarcodeReader reader
)

Set the preferred barcode detection backend for the web platform.

This is only supported on the web. On other platforms this is a no-op. Must be called before start.

Implementation

void setWebBarcodeReader(WebBarcodeReader reader) {}