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