LicensesService constructor
LicensesService(
- LicensesRepository licenses,
- CrlService crl,
- DeviceService device,
- NetworkService network,
- PassphrasesService passphrases,
- SharedPreferences preferences,
- LcpClient lcpClient,
Implementation
LicensesService(this.licenses, this.crl, this.device, this.network,
this.passphrases, this.preferences, this.lcpClient);