From 9c23721904876d78a72150bccc26c4d23bd481c6 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 8 Aug 2022 15:11:15 +0200 Subject: [PATCH] docs: Add documentation string to Device.toBundle() --- lib/src/omemo/device.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/omemo/device.dart b/lib/src/omemo/device.dart index c98619b..df3000d 100644 --- a/lib/src/omemo/device.dart +++ b/lib/src/omemo/device.dart @@ -135,6 +135,7 @@ class Device { ); } + /// Converts this device into an OmemoBundle that could be used for publishing. Future toBundle() async { final encodedOpks = {};