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 c10bd55 commit 2f4d6cdCopy full SHA for 2f4d6cd
example/lib/main.dart
@@ -8,8 +8,8 @@ import 'home.dart';
8
void main() {
9
WidgetsFlutterBinding.ensureInitialized();
10
final _key = String.fromEnvironment('key');
11
- final _secret = String.fromEnvironment('secret');
12
- final client = StreamFeedClient.connect(_key, secret: _secret);
+ final _user_token = String.fromEnvironment('user_token');
+ final client = StreamFeedClient.connect(_key, userToken: _user_token);
13
runApp(
14
MyApp(
15
client: client,
0 commit comments