nodeList method

Future<List<DStackNode>> nodeList()

获取节点列表

Implementation

Future<List<DStackNode>> nodeList() => channel!.getNodeList();