index method

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

Index the network edges

Implementation

@MPI(name: "mesh.net.index")
Future<Page<Route>?> index(Paging index, {Context? ctx}) {
  throw UnimplementedError('index() has not been implemented.');
}