removeFeatureStateForFeaturesetFeature abstract method

Future<void> removeFeatureStateForFeaturesetFeature({
  1. required FeaturesetFeature feature,
  2. String? stateKey,
})

Removes entries from a feature state object.

Implementation

Future<void> removeFeatureStateForFeaturesetFeature({
  required FeaturesetFeature feature,
  String? stateKey,
});