We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8220088 commit 8c68f1bCopy full SHA for 8c68f1b
packages/stream_feed/lib/src/client/stream_feed_client_impl.dart
@@ -38,7 +38,8 @@ class StreamFeedClientImpl implements StreamFeedClient {
38
StreamFeedClientImpl(
39
this.apiKey, {
40
this.secret,
41
- this.userToken,
+ this.userToken, //TODO(sacha): remove this and call _ensureCredentials
42
+ //in the getters instead (collections etc)
43
this.appId,
44
this.fayeUrl = 'wss://faye-us-east.stream-io-api.com/faye',
45
this.runner = Runner.client,
0 commit comments