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