widgetcategoryIdPut method

@param id

Implementation

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

  return _widgetcategoryIdPut(id: id, body: body);
}