LicensesService constructor

LicensesService(
  1. LicensesRepository licenses,
  2. CrlService crl,
  3. DeviceService device,
  4. NetworkService network,
  5. PassphrasesService passphrases,
  6. SharedPreferences preferences,
  7. LcpClient lcpClient,
)

Implementation

LicensesService(this.licenses, this.crl, this.device, this.network,
    this.passphrases, this.preferences, this.lcpClient);