getStyleLightProperty method

Future<StylePropertyValue> getStyleLightProperty(
  1. String id,
  2. String property
)

Returns the live value of a single light property.

Implementation

Future<StylePropertyValue> getStyleLightProperty(
  String id,
  String property,
) => _impl.getStyleLightProperty(id, property);