getNodeInfo_Pre method

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

Implementation

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