BarcodeBatch.forContext constructor
- @Deprecated('Use constructor BarcodeBatch(BarcodeBatchSettings settings) instead.')
- DataCaptureContext context,
- BarcodeBatchSettings settings
Implementation
@Deprecated('Use constructor BarcodeBatch(BarcodeBatchSettings settings) instead.')
BarcodeBatch.forContext(DataCaptureContext context, BarcodeBatchSettings settings) : this._(context, settings);