addCustomComponents method
Implementation
void addCustomComponents(List<TagHandler> components) {
customizations.customComponents = [
...customizations.customComponents,
...components,
];
notifyListeners();
}
void addCustomComponents(List<TagHandler> components) {
customizations.customComponents = [
...customizations.customComponents,
...components,
];
notifyListeners();
}