getClusterNodesRaw method

Future<JsonRpcSuccessResponse<List<ClusterNode>>> getClusterNodesRaw()
inherited

Returns information about all the nodes participating in the cluster.

Implementation

Future<JsonRpcSuccessResponse<List<ClusterNode>>> getClusterNodesRaw()
  => send(GetClusterNodes());