getNodeInfo_Pre method

Future<GetNodeInfoResponse> getNodeInfo_Pre(
  1. ServiceCall call,
  2. Future<GetNodeInfoRequest> request
)

Implementation

$async.Future<$12.GetNodeInfoResponse> getNodeInfo_Pre($grpc.ServiceCall call, $async.Future<$12.GetNodeInfoRequest> request) async {
  return getNodeInfo(call, await request);
}