listNodes method
Lists the nodes visible to the authenticated principal.
Implementation
Future<List<NodeDescriptor>> listNodes({
Map<String, String> filter = const {},
}) => _guard(() => client.listNodes(filter: filter));
Lists the nodes visible to the authenticated principal.
Future<List<NodeDescriptor>> listNodes({
Map<String, String> filter = const {},
}) => _guard(() => client.listNodes(filter: filter));