fetchServices method

Future<List<Service>> fetchServices()

Calls a service on Home Assistant.

Returns a Service object.

Implementation

Future<List<Service>> fetchServices() => _api.fetchServices();