resetFeatureStatesForFeatureset method
Reset all the feature states within a featureset.
Note that updates to feature state are asynchronous, so changes made by this method might not be
immediately visible using MapboxMap/getFeatureState(_:callback:)
.
Implementation
@experimental
Future<void> resetFeatureStatesForFeatureset(
FeaturesetDescriptor featureset) =>
_mapInterface.resetFeatureStatesForFeatureset(featureset);