getCurrentMonthUsage method

ResponseFuture<GetCurrentMonthUsageResponse> getCurrentMonthUsage(
  1. GetCurrentMonthUsageRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$10.GetCurrentMonthUsageResponse> getCurrentMonthUsage($10.GetCurrentMonthUsageRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getCurrentMonthUsage, request, options: options);
}