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