docs: Add documentation string for EncryptedKey
This commit is contained in:
parent
9a9c9f064b
commit
5a187bae97
@ -35,6 +35,8 @@ class EncryptionResult {
|
|||||||
final List<EncryptedKey> encryptedKeys;
|
final List<EncryptedKey> encryptedKeys;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// EncryptedKey is the intermediary format of a <key /> element in the OMEMO message's
|
||||||
|
/// <keys /> header.
|
||||||
@immutable
|
@immutable
|
||||||
class EncryptedKey {
|
class EncryptedKey {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user