existsDomain_Pre method
Future<ExistsDomainResponse>
existsDomain_Pre(
- ServiceCall $call,
- Future<
ExistsDomainRequest> $request
Implementation
$async.Future<$0.ExistsDomainResponse> existsDomain_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ExistsDomainRequest> $request) async {
return existsDomain($call, await $request);
}