rename Client to StreamChatClient
This commit is contained in:
@@ -36,7 +36,7 @@ final chatPersistentClient = StreamChatPersistenceClient(
|
||||
```
|
||||
2. Pass the instance to the official Stream chat client.
|
||||
```dart
|
||||
final client = Client(
|
||||
final client = StreamChatClient(
|
||||
apiKey ?? kDefaultStreamApiKey,
|
||||
logLevel: Level.INFO,
|
||||
)..chatPersistenceClient = chatPersistentClient;
|
||||
|
||||
Reference in New Issue
Block a user