[StreamChat] Migrate to use streamChatPersistence instead of OfflineStorage

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-26 15:59:05 +05:30
parent a168d3695d
commit b08506062e
15 changed files with 253 additions and 5512 deletions
+2 -2
View File
@@ -27,5 +27,5 @@ export './src/models/reaction.dart';
export './src/models/read.dart';
export './src/models/user.dart';
export './src/notifications.dart';
export './src/db/stream_chat_database.dart';
export './src/utils/result.dart';
export './src/db/stream_chat_persistence.dart';
export './src/utils/result.dart' hide Success, Error;