docs: Add note about events to the example
This commit is contained in:
parent
6e7b8e3905
commit
5bec3b4587
@ -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.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user