BarcodeBatchAdvancedOverlay.withBarcodeBatchForView constructor

BarcodeBatchAdvancedOverlay.withBarcodeBatchForView(
  1. BarcodeBatch barcodeBatch,
  2. DataCaptureView? view
)

Implementation

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