BarcodeBatch.forContext constructor

  1. @Deprecated('Use constructor BarcodeBatch(BarcodeBatchSettings settings) instead.')
BarcodeBatch.forContext(
  1. DataCaptureContext context,
  2. BarcodeBatchSettings settings
)

Implementation

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