addTrustedDomain_Pre method
Future<AddTrustedDomainResponse>
addTrustedDomain_Pre(
- ServiceCall $call,
- Future<
AddTrustedDomainRequest> $request
Implementation
$async.Future<$0.AddTrustedDomainResponse> addTrustedDomain_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.AddTrustedDomainRequest> $request) async {
return addTrustedDomain($call, await $request);
}