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