BarcodeSelection.forContext constructor

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

Implementation

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