dashboardPost method

Implementation

Future<chopper.Response<FwStandardModulesUtilitiesDashboardDashboardLogic>>
dashboardPost({
  required FwStandardModulesUtilitiesDashboardDashboardLogic? body,
}) {
  generatedMapping.putIfAbsent(
    FwStandardModulesUtilitiesDashboardDashboardLogic,
    () => FwStandardModulesUtilitiesDashboardDashboardLogic.fromJsonFactory,
  );

  return _dashboardPost(body: body);
}