feat(llc, persistence): add support for open and close persistence via client.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-02 12:24:04 +05:30
committed by xsahil03x
parent 156c0a9aba
commit 6b29630a64
6 changed files with 103 additions and 53 deletions
@@ -15,6 +15,9 @@ class TestPersistenceClient extends ChatPersistenceClient {
@override
bool get isConnected => throw UnimplementedError();
@override
String? get userId => throw UnimplementedError();
@override
Future<void> connect(String userId) => throw UnimplementedError();