getCurrentMonthUsage_Pre method

Future<GetCurrentMonthUsageResponse> getCurrentMonthUsage_Pre(
  1. ServiceCall call,
  2. Future<GetCurrentMonthUsageRequest> request
)

Implementation

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