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