Routes the network edge routes. 获取所有的组网信息.
@MPI(name: "mesh.net.routes") Future<List<Route>?> routes({Context? ctx}) { throw UnimplementedError('routes() has not been implemented.'); }