getStyleLightProperty method
Returns the live value of a single light property.
Implementation
Future<StylePropertyValue> getStyleLightProperty(
String id,
String property,
) => _impl.getStyleLightProperty(id, property);
Returns the live value of a single light property.
Future<StylePropertyValue> getStyleLightProperty(
String id,
String property,
) => _impl.getStyleLightProperty(id, property);