getFeatureStateForFeaturesetDescriptor abstract method
- FeaturesetDescriptor featureset,
- FeaturesetFeatureId featureId
Gets the state map of a feature within a featureset.
Implementation
Future<Map<String, Object?>> getFeatureStateForFeaturesetDescriptor(
FeaturesetDescriptor featureset,
FeaturesetFeatureId featureId,
);