index method
Index the network routes. 分页检索组网列表.
Implementation
@MPI(name: "mesh.net.index")
Future<Page<Route>?> index(Paging index, {Context? ctx}) {
throw UnimplementedError('index() has not been implemented.');
}
Index the network routes. 分页检索组网列表.
@MPI(name: "mesh.net.index")
Future<Page<Route>?> index(Paging index, {Context? ctx}) {
throw UnimplementedError('index() has not been implemented.');
}