existsDomain_Pre method

Future<ExistsDomainResponse> existsDomain_Pre(
  1. ServiceCall call,
  2. Future<ExistsDomainRequest> request
)

Implementation

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