addOrgDomain_Pre method
Future<AddOrgDomainResponse>
addOrgDomain_Pre(
- ServiceCall call,
- Future<
AddOrgDomainRequest> request
Implementation
$async.Future<$0.AddOrgDomainResponse> addOrgDomain_Pre($grpc.ServiceCall call, $async.Future<$0.AddOrgDomainRequest> request) async {
return addOrgDomain(call, await request);
}