addTrustedDomain_Pre method

Future<AddTrustedDomainResponse> addTrustedDomain_Pre(
  1. ServiceCall $call,
  2. Future<AddTrustedDomainRequest> $request
)

Implementation

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