refresh method
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.');
}
Refresh the routes to mesh network.
@MPI(name: "mesh.net.refresh")
Future<void> refresh(List<Route> routes, {Context? ctx}) {
throw UnimplementedError('refresh() has not been implemented.');
}