getAvailableServices method

Future<Map<String, String>> getAvailableServices()

Get all available services

Implementation

Future<Map<String, String>> getAvailableServices() {
  throw UnimplementedError('getAvailableServices() has not been implemented.');
}