widgetcategoryIdGet method
Future<Response<FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic> >
widgetcategoryIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic>
>
widgetcategoryIdGet({required String? id}) {
generatedMapping.putIfAbsent(
FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic,
() => FwStandardModulesSettingsWidgetCategoryWidgetCategoryLogic
.fromJsonFactory,
);
return _widgetcategoryIdGet(id: id);
}