BarcodeArView.forModeWithViewSettings constructor

BarcodeArView.forModeWithViewSettings(
  1. DataCaptureContext dataCaptureContext,
  2. BarcodeAr barcodeAr,
  3. BarcodeArViewSettings viewSettings
)

Implementation

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