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