BarcodeCaptureOverlay.withBarcodeCapture constructor

  1. @Deprecated('Use the version without parameters instead.')
BarcodeCaptureOverlay.withBarcodeCapture(
  1. BarcodeCapture barcodeCapture
)

Implementation

@Deprecated('Use the version without parameters instead.')
BarcodeCaptureOverlay.withBarcodeCapture(BarcodeCapture barcodeCapture)
    : this.withBarcodeCaptureForView(barcodeCapture, null);