defaultKeyId property

String? defaultKeyId

Implementation

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