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