listNodes_Pre method

Future<NodeList> listNodes_Pre(
  1. ServiceCall call,
  2. Future<EmptyMessage> request
)

Implementation

$async.Future<$2.NodeList> listNodes_Pre(
    $grpc.ServiceCall call, $async.Future<$2.EmptyMessage> request) async {
  return listNodes(call, await request);
}