PlatformParameter constructor
PlatformParameter({
- required String platformVendor,
- required String platformVersion,
- required CryptAlgorithmInfo cryptAlgorithmInfo,
Implementation
PlatformParameter(
{required this.platformVendor,
required this.platformVersion,
required this.cryptAlgorithmInfo});