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