BarcodeBatchAdvancedOverlay.withBarcodeBatchForView constructor
BarcodeBatchAdvancedOverlay.withBarcodeBatchForView(
- BarcodeBatch barcodeBatch,
- DataCaptureView? view
Implementation
factory BarcodeBatchAdvancedOverlay.withBarcodeBatchForView(BarcodeBatch barcodeBatch, DataCaptureView? view) {
var overlay = BarcodeBatchAdvancedOverlay._(barcodeBatch);
overlay.view = view;
return overlay;
}