getLocationBillingOrganization_Pre method
- ServiceCall call,
- Future<
GetLocationBillingOrganizationRequest> request
Implementation
$async.Future<$13.GetLocationBillingOrganizationResponse> getLocationBillingOrganization_Pre($grpc.ServiceCall call, $async.Future<$13.GetLocationBillingOrganizationRequest> request) async {
return getLocationBillingOrganization(call, await request);
}