callChain method

ResponseFuture<CallChainReply> callChain(
  1. CallChainRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.CallChainReply> callChain($0.CallChainRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$callChain, request, options: options);
}