unify errors, refactor retry_queue

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-06-02 17:56:38 +05:30
parent 927eb3c451
commit 12e6b9c500
18 changed files with 486 additions and 381 deletions
+2 -1
View File
@@ -32,8 +32,9 @@ export './src/core/models/reaction.dart';
export './src/core/models/read.dart';
export './src/core/models/user.dart';
export './src/db/chat_persistence_client.dart';
export './src/errors/chat_error_code.dart';
export './src/errors/stream_chat_error.dart';
export './src/event_type.dart';
export './src/exceptions.dart';
export './src/extensions/rate_limit.dart';
export './src/extensions/string_extension.dart';
export './src/location.dart';