getFeatureState method
Returns the state map of a feature within a style source as a JSON string.
Implementation
Future<String> getFeatureState(
String sourceId,
String? sourceLayerId,
String featureId,
) => _impl.getFeatureState(sourceId, sourceLayerId, featureId);