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