getClusterNodes method

Future<List<ClusterNode>> getClusterNodes()

Returns information about all the nodes participating in the cluster.

Implementation

Future<List<ClusterNode>> getClusterNodes() async =>
    (await getClusterNodesRaw()).result!;