getCurrentMonthUsage_Pre method
Future<GetCurrentMonthUsageResponse>
getCurrentMonthUsage_Pre(
- 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);
}