getClusterNodes method

Future<List<ClusterNode>> getClusterNodes()
inherited

Returns information about all the nodes participating in the cluster.

Implementation

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