onInput method
void
onInput()
Override to handle input within the class.
Called after all registered listenHandleInput listeners.
This method does not read or process input itself; it merely provides a conventional hook point where input handling should occur.
Implementation
void onInput() {}