getCamerasByTags method

List<Camera> getCamerasByTags(
  1. String tagsQuery, [
  2. void forEach(
    1. Camera camera
    )
])

Implementation

external List<Camera> getCamerasByTags(String tagsQuery, [void Function(Camera camera) forEach]);