getFeatureStateForFeaturesetDescriptor method

Future<Map<String, Object?>> getFeatureStateForFeaturesetDescriptor(
  1. FeaturesetDescriptor featureset,
  2. FeaturesetFeatureId featureId
)

Gets the state map of a feature within a featureset.

Implementation

Future<Map<String, Object?>> getFeatureStateForFeaturesetDescriptor(
  FeaturesetDescriptor featureset,
  FeaturesetFeatureId featureId,
) => _impl.getFeatureStateForFeaturesetDescriptor(featureset, featureId);