getFeatureStateForFeaturesetFeature abstract method
- FeaturesetFeature feature
Gets the state map of a feature.
Implementation
Future<Map<String, Object?>> getFeatureStateForFeaturesetFeature(
FeaturesetFeature feature,
);
Gets the state map of a feature.
Future<Map<String, Object?>> getFeatureStateForFeaturesetFeature(
FeaturesetFeature feature,
);