getOrgBillingInformation_Pre method

Future<GetOrgBillingInformationResponse> getOrgBillingInformation_Pre(
  1. ServiceCall call,
  2. Future<GetOrgBillingInformationRequest> request
)

Implementation

$async.Future<$10.GetOrgBillingInformationResponse> getOrgBillingInformation_Pre($grpc.ServiceCall call, $async.Future<$10.GetOrgBillingInformationRequest> request) async {
  return getOrgBillingInformation(call, await request);
}