doc: advice to use regular as the default connectionMode
Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@ The usage is pretty simple.
|
||||
```dart
|
||||
final chatPersistentClient = StreamChatPersistenceClient(
|
||||
logLevel: Level.INFO,
|
||||
connectionMode: ConnectionMode.background,
|
||||
connectionMode: ConnectionMode.regular,
|
||||
);
|
||||
```
|
||||
2. Pass the instance to the official Stream chat client.
|
||||
|
||||
Reference in New Issue
Block a user