LicenseValidation constructor
LicenseValidation(
- LcpAuthenticating? authentication,
- bool allowUserInteraction,
- dynamic sender,
- CrlService crl,
- DeviceService device,
- NetworkService network,
- PassphrasesService passphrases,
- LcpClient lcpClient,
- void onLicenseValidated(),
Implementation
LicenseValidation(
this.authentication,
this.allowUserInteraction,
this.sender,
this.crl,
this.device,
this.network,
this.passphrases,
this.lcpClient,
this.onLicenseValidated)
: _state = const StartState();