BarcodeDetector constructor

BarcodeDetector([
  1. BarcodeDetectorOptions? barcodeDetectorOptions
])

Implementation

factory BarcodeDetector([BarcodeDetectorOptions? barcodeDetectorOptions]) =>
    BarcodeDetector._(barcodeDetectorOptions ?? undefined);