getClusterNodes method
Returns information about all the nodes participating in the cluster.
Implementation
Future<List<ClusterNode>> getClusterNodes() async
=> (await getClusterNodesRaw()).result!;
Returns information about all the nodes participating in the cluster.
Future<List<ClusterNode>> getClusterNodes() async
=> (await getClusterNodesRaw()).result!;