BarcodeArView.forModeWithViewSettings constructor
BarcodeArView.forModeWithViewSettings(
- DataCaptureContext dataCaptureContext,
- BarcodeAr barcodeAr,
- BarcodeArViewSettings viewSettings
Implementation
factory BarcodeArView.forModeWithViewSettings(
DataCaptureContext dataCaptureContext, BarcodeAr barcodeAr, BarcodeArViewSettings viewSettings) {
return BarcodeArView._(dataCaptureContext, barcodeAr, viewSettings, null);
}