indexCluster method
IndexCluster index data cluster. 分页检索数据集群.
Implementation
@MPI(name: "mesh.daler.cluster.index")
Future<Page<DalerCluster>?> indexCluster(Paging idx, {Context? ctx}) {
throw UnimplementedError('indexCluster() has not been implemented.');
}