BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle constructor

BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle(
  1. BarcodeCapture barcodeCapture,
  2. DataCaptureView? view,
  3. BarcodeCaptureOverlayStyle style
)

Implementation

BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle(
    BarcodeCapture barcodeCapture, DataCaptureView? view, BarcodeCaptureOverlayStyle style)
    : this._(barcodeCapture, view, style);