testWebMethod_ManyValues method

ResponseFuture<StringValue> testWebMethod_ManyValues(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

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