BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle constructor
- @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
)
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);