removeFeatureState method
Removes a single state property (or all properties) from a feature
within a style source. Pass null for stateKey to remove all.
Implementation
Future<void> removeFeatureState(
String sourceId,
String? sourceLayerId,
String featureId,
String? stateKey,
) => _impl.removeFeatureState(sourceId, sourceLayerId, featureId, stateKey);