existsDomain method
ResponseFuture<ExistsDomainResponse>
existsDomain(
- ExistsDomainRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.ExistsDomainResponse> existsDomain($3.ExistsDomainRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$existsDomain, request, options: options);
}