getFeatureStateForFeaturesetFeature method

Future<Map<String, Object?>> getFeatureStateForFeaturesetFeature(
  1. FeaturesetFeature feature
)

Gets the state map of a feature.

Implementation

Future<Map<String, Object?>> getFeatureStateForFeaturesetFeature(
  FeaturesetFeature feature,
) => _impl.getFeatureStateForFeaturesetFeature(feature);