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 77a7bd0 commit c4ab566Copy full SHA for c4ab566
packages/flutter_client_sdk/example/lib/main.dart
@@ -26,7 +26,6 @@ class MyApp extends StatelessWidget {
26
// Alternatively `CredentialSource.fromEnvironment()` can be replaced with your mobile key.
27
CredentialSource.fromEnvironment(),
28
AutoEnvAttributes.enabled,
29
- // serviceEndpoints: ServiceEndpoints.relayProxy("http://localhost:8030")
30
),
31
// Here we are using a default user with 'user-key'.
32
LDContextBuilder().kind('user', 'user-key').build()),
0 commit comments