You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code below was what we use to use to check if a feature is enabled.
var featureEnabledValue =await _bulletTrainClient.isFeatureFlagEnabled(key);
What do we use now to replace this. The getFeatureFlagValue returns a key but we need a bool and don't want any magic / const strings in our app that's depending on user input.
The text was updated successfully, but these errors were encountered:
Downgraded to 0.1.1 for now to have our app continue working. The above question is still relevant. We're hoping to get the recommended way to do this.
The code below was what we use to use to check if a feature is enabled.
What do we use now to replace this. The
getFeatureFlagValue
returns a key but we need a bool and don't want any magic / const strings in our app that's depending on user input.The text was updated successfully, but these errors were encountered: