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