We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ed369 commit 67d2857Copy full SHA for 67d2857
example/lib/main.dart
@@ -9,7 +9,7 @@ void main() {
9
WidgetsFlutterBinding.ensureInitialized();
10
final _key = String.fromEnvironment('key');
11
final _user_token = String.fromEnvironment('user_token');
12
- final client = StreamFeedClient.connect(_key, userToken: _user_token);
+ final client = StreamFeedClient.connect(_key, token: Token(_user_token));
13
runApp(
14
MyApp(
15
client: client,
0 commit comments