widgetcategoryPost method

Implementation

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

  return _widgetcategoryPost(body: body);
}