client property

StreamFeedClient client
final

The underlying Stream Feed client instance.

The client class that manages API calls and authentication.

To instantiate the client you need an API key and secret. You can find the key and secret on the Stream dashboard.

If you want to use the API client directly on your web/mobile app you need to generate a user token server-side and pass it.

There are a few different ways to use a StreamFeedClient:

{@macro connect}

Implementation

final StreamFeedClient client;