menu
reown_core package
documentation
crypto/crypto_models.dart
EncryptParams
EncryptParams constructor
EncryptParams constructor
dark_mode
light_mode
EncryptParams
constructor
EncryptParams
(
String
message
,
String
symKey
, {
int
?
type
,
String
?
iv
,
String
?
senderPublicKey
,
})
Implementation
EncryptParams( this.message, this.symKey, { this.type, this.iv, this.senderPublicKey, });
reown_core package
documentation
crypto/crypto_models
EncryptParams
EncryptParams constructor
EncryptParams class