initChain method

ResponseFuture<ResponseInitChain> initChain(
  1. RequestInitChain request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResponseInitChain> initChain(
    $0.RequestInitChain request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$initChain, request, options: options);
}