LicenseValidation constructor

LicenseValidation(
  1. LcpAuthenticating? authentication,
  2. bool allowUserInteraction,
  3. dynamic sender,
  4. CrlService crl,
  5. DeviceService device,
  6. NetworkService network,
  7. PassphrasesService passphrases,
  8. LcpClient lcpClient,
  9. void onLicenseValidated(
    1. LicenseDocument
    ),
)

Implementation

LicenseValidation(
    this.authentication,
    this.allowUserInteraction,
    this.sender,
    this.crl,
    this.device,
    this.network,
    this.passphrases,
    this.lcpClient,
    this.onLicenseValidated)
    : _state = const StartState();