docs: Add note about events to the example

This commit is contained in:
PapaTutuWawa 2022-08-09 15:49:40 +02:00
parent 6e7b8e3905
commit 5bec3b4587

View File

@ -150,5 +150,6 @@ void main() async {
// - subscribe to the session manager's `eventStream`. There, events get triggered
// everytime a ratchet changes, our own device changes or the internal ratchet map
// gets changed. This give finer control over the the serialisation. The session
// manager can then be restored using its constructor.
// manager can then be restored using its constructor. For a list of events, see
// lib/src/omemo/events.dart.
}