PurchaseService constructor

PurchaseService(
  1. ConfigurationService _config,
  2. AppService _app,
  3. DeviceService _device,
  4. StorageService _storage,
)

Implementation

PurchaseService(this._config, this._app, this._device, this._storage);