updateLocationBillingOrganization_Pre method

Future<UpdateLocationBillingOrganizationResponse> updateLocationBillingOrganization_Pre(
  1. ServiceCall call,
  2. Future<UpdateLocationBillingOrganizationRequest> request
)

Implementation

$async.Future<$12.UpdateLocationBillingOrganizationResponse> updateLocationBillingOrganization_Pre($grpc.ServiceCall call, $async.Future<$12.UpdateLocationBillingOrganizationRequest> request) async {
  return updateLocationBillingOrganization(call, await request);
}