getCurrentMonthUsage_Pre method
- ServiceCall call,
- Future<
GetCurrentMonthUsageRequest> request
Implementation
$async.Future<$11.GetCurrentMonthUsageResponse> getCurrentMonthUsage_Pre($grpc.ServiceCall call, $async.Future<$11.GetCurrentMonthUsageRequest> request) async {
return getCurrentMonthUsage(call, await request);
}