widgetcategoryPost method
Future<Response<FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic> >
widgetcategoryPost({
- required FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic? body,
Implementation
Future<
chopper.Response<FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic>
>
widgetcategoryPost({
required FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic? body,
}) {
generatedMapping.putIfAbsent(
FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic,
() => FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic
.fromJsonFactory,
);
return _widgetcategoryPost(body: body);
}