docs: Add documentation string to Device.toBundle()
This commit is contained in:
parent
9626763b44
commit
9c23721904
@ -135,6 +135,7 @@ class Device {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Converts this device into an OmemoBundle that could be used for publishing.
|
||||||
Future<OmemoBundle> toBundle() async {
|
Future<OmemoBundle> toBundle() async {
|
||||||
final encodedOpks = <int, String>{};
|
final encodedOpks = <int, String>{};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user