profitlossreportRunreportPost method
Implementation
Future<
chopper
.Response<WebApiDataAppReportResponse>> profitlossreportRunreportPost(
{required WebApiModulesReportsBillingProfitLossReportProfitLossReportRequest?
body}) {
generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory);
return _profitlossreportRunreportPost(body: body);
}