I am wondering if there is any plans to provide an alternative to the _on function?
What I need is similar to the _on function except that I need certain events to be handled regardless of their disabled state.
What I have is a parent widget that controls translations of my child widgets. What I want to happen is when the parent widget triggers an event to say the language has been changed, for all the child widgets they need to process this request and update their internal translations and any visible text to the new language.
The fastest code is never executed.