list method

Implementation

Stream<RequesterListUpdate> list(String path) {
  var node = nodeCache.getRemoteNode(path);
  return node._list(this);
}