BarcodeBatchAdvancedOverlay.withBarcodeBatchForView constructor
- @Deprecated('Use the version without parameters instead.')
BarcodeBatchAdvancedOverlay.withBarcodeBatchForView(
- BarcodeBatch barcodeBatch,
- DataCaptureView? view
)
Implementation
@Deprecated('Use the version without parameters instead.')
factory BarcodeBatchAdvancedOverlay.withBarcodeBatchForView(BarcodeBatch barcodeBatch, DataCaptureView? view) {
var overlay = BarcodeBatchAdvancedOverlay._(barcodeBatch);
view?.addOverlay(overlay);
return overlay;
}