index method

  1. @MPI(name: "mesh.net.index")
Future<Page<Route>?> index(
  1. Paging index, {
  2. Context? ctx,
})

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.');
}