You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stream_feed/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ There is a detailed Flutter example project in the `example` folder. You can dir
33
33
First you need to instantiate a feed client. The Feed client will manage API calls. You should only create the client once and re-use it across your application.
34
34
35
35
```dart
36
-
final client = StreamClient.connect("stream-feed-api-key",token:userToken);
36
+
final client = StreamFeedClient.connect("stream-feed-api-key",token:userToken);
0 commit comments