getLocationBillingOrganization_Pre method

Future<GetLocationBillingOrganizationResponse> getLocationBillingOrganization_Pre(
  1. ServiceCall call,
  2. Future<GetLocationBillingOrganizationRequest> request
)

Implementation

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