docs: Add an example

This commit is contained in:
2022-08-09 15:48:26 +02:00
parent cb43bbb112
commit 6e7b8e3905
4 changed files with 154 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
import 'package:meta/meta.dart';
@internal
@immutable
class RatchetMapKey {

View File

@@ -78,6 +78,7 @@ class OmemoSessionManager {
/// The trust manager
final TrustManager _trustManager;
TrustManager get trustManager => _trustManager;
/// A stream that receives events regarding the session
Stream<OmemoEvent> get eventStream => _eventStreamController.stream;