removeCustomDomain_Pre method
Future<RemoveCustomDomainResponse>
removeCustomDomain_Pre(
- ServiceCall $call,
- Future<
RemoveCustomDomainRequest> $request
Implementation
$async.Future<$0.RemoveCustomDomainResponse> removeCustomDomain_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveCustomDomainRequest> $request) async {
return removeCustomDomain($call, await $request);
}