ScannerSettings constructor

ScannerSettings(
  1. Symbology symbology,
  2. CodeSpecific codeSpecific,
  3. ReadOptions readOptions,
  4. IndicatorOptions indicator,
  5. Formatting formatting,
  6. ConnectionPool connectionPool,
  7. CommandExecutorsManager _commandExecutorsManager,
  8. SettingsCompressor _scannerSettingsCompressor,
  9. AppLogger _appLogger,
)

Injects the dependencies.

Implementation

ScannerSettings(
    this.symbology,
    this.codeSpecific,
    this.readOptions,
    this.indicator,
    this.formatting,
    this.connectionPool,
    this._commandExecutorsManager,
    this._scannerSettingsCompressor,
    this._appLogger);