subscribe method
Implementation
void subscribe (InteractiveComponent component) {
_collectors.putIfAbsent(component.runtimeType, () => component);
}
void subscribe (InteractiveComponent component) {
_collectors.putIfAbsent(component.runtimeType, () => component);
}