addCustomDomain_Pre method

Future<AddCustomDomainResponse> addCustomDomain_Pre(
  1. ServiceCall $call,
  2. Future<AddCustomDomainRequest> $request
)

Implementation

$async.Future<$0.AddCustomDomainResponse> addCustomDomain_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddCustomDomainRequest> $request) async {
  return addCustomDomain($call, await $request);
}