listNodes method

Future<List<NodeDescriptor>> listNodes({
  1. Map<String, String> filter = const {},
})

Lists the nodes visible to the authenticated principal.

Implementation

Future<List<NodeDescriptor>> listNodes({
  Map<String, String> filter = const {},
}) => _guard(() => client.listNodes(filter: filter));