setFeatureStateForFeaturesetDescriptor abstract method
- FeaturesetDescriptor featureset,
- FeaturesetFeatureId featureId,
- FeatureState state
Updates entries in the state map of a feature within a featureset.
Implementation
Future<void> setFeatureStateForFeaturesetDescriptor(
FeaturesetDescriptor featureset,
FeaturesetFeatureId featureId,
FeatureState state,
);