refresh method

  1. @MPI(name: "mesh.net.refresh")
Future<void> refresh(
  1. List<Route> routes, {
  2. Context? ctx,
})

Refresh the routes to mesh network.

Implementation

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