PurchaseService constructor
PurchaseService(
- ConfigurationService _config,
- AppService _app,
- DeviceService _device,
- StorageService _storage,
Implementation
PurchaseService(this._config, this._app, this._device, this._storage);