-
Couldn't load subscription status.
- Fork 19
Open
Description
Still facing below issue on updating launchdarkly_flutter_client_sdk package to ^3.0.1. :
issueUnhandled Exception: MissingPluginException(No implementation found for method start on channel launchdarkly_flutter_client_sdk):
Below is the code for reference:
final LDConfig ldConfig =
LDConfigBuilder(myKey, AutoEnvAttributes.Enabled)
.build();
LDContextBuilder builder = LDContextBuilder();
const String contextKind = 'myUser';
builder.kind(contextKind, myUserId).anonymous(true);
await LDClient.start(ldConfig, builder.build())
Mik77o
Metadata
Metadata
Assignees
Labels
No labels