route method

  1. @MPI(name: "mesh.net.route")
Future<Route?> route(
  1. String mdc, {
  2. Context? ctx,
})

Route the network edge route.

Implementation

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