callChain_Pre method
Implementation
$async.Future<$0.CallChainReply> callChain_Pre($grpc.ServiceCall call, $async.Future<$0.CallChainRequest> request) async {
return callChain(call, await request);
}
$async.Future<$0.CallChainReply> callChain_Pre($grpc.ServiceCall call, $async.Future<$0.CallChainRequest> request) async {
return callChain(call, await request);
}