docs: Add documentation string to Device.toBundle()

This commit is contained in:
2022-08-08 15:11:15 +02:00
parent 9626763b44
commit 9c23721904

View File

@@ -135,6 +135,7 @@ class Device {
);
}
/// Converts this device into an OmemoBundle that could be used for publishing.
Future<OmemoBundle> toBundle() async {
final encodedOpks = <int, String>{};