lights method

Future<List<Light>> lights()

Implementation

Future<List<Light>> lights() async => _lightApi.all();