getLightsByTags method

List<Light> getLightsByTags(
  1. String tagsQuery, [
  2. void forEach(
    1. Light light
    )
])

Implementation

external List<Light> getLightsByTags(String tagsQuery, [void Function(Light light) forEach]);