websiteContent_SiteTitle method

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

Implementation

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