existsDomain_Pre method

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

Implementation

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