BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle constructor

  1. @Deprecated('withBarcodeCaptureForViewWithStyle is deprecated and will be removed in a future release. Use the version without style parameter instead.')
BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle(
  1. BarcodeCapture barcodeCapture,
  2. DataCaptureView? view,
  3. BarcodeCaptureOverlayStyle style
)

Implementation

@Deprecated(
    'withBarcodeCaptureForViewWithStyle is deprecated and will be removed in a future release. Use the version without style parameter instead.')
BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle(
    BarcodeCapture barcodeCapture, DataCaptureView? view, BarcodeCaptureOverlayStyle style)
    : this.withBarcodeCaptureForView(barcodeCapture, view);