OptimizeCommand constructor
OptimizeCommand(
- FileService _fileService,
- ImageService _imageService,
- CacheService _cacheService,
- OptimizationState _state,
Implementation
OptimizeCommand(
this._fileService,
this._imageService,
this._cacheService,
this._state,
);