list method

Implementation

Future<List<ServiceSpec>> list() async {
  return (await listWithState()).services;
}