ComponentService constructor
ComponentService(
- List<
InteractiveComponent< componentsdynamic, Event> >
Implementation
ComponentService(List<InteractiveComponent> components): super(inject: true) {
for (final component in components) {
_collectors.putIfAbsent(component.runtimeType, () => component);
}
}