getClusterNodesRaw method
Returns information about all the nodes participating in the cluster.
Implementation
Future<JsonRpcSuccessResponse<List<ClusterNode>>> getClusterNodesRaw() =>
send(GetClusterNodes());
Returns information about all the nodes participating in the cluster.
Future<JsonRpcSuccessResponse<List<ClusterNode>>> getClusterNodesRaw() =>
send(GetClusterNodes());