testWebMethod_MyLookupValue method

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

Implementation

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