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