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