defaultKeyId property
String?
get
defaultKeyId
Implementation
String? get defaultKeyId => client
.accountData[EventTypes.SecretStorageDefaultKey]
?.parsedSecretStorageDefaultKeyContent
.key;