InputKeyExchangeBase constructor
const
InputKeyExchangeBase({
- required KeyExchangeAlgorithm algorithm,
- DateTime? expirationDate,
- int? expirationTimes,
Implementation
const InputKeyExchangeBase({
required this.algorithm,
this.expirationDate,
this.expirationTimes,
});