Concept Flow - Removing listeners
Create EventEmitter
Add Listener Function
Emit Event -> Listener Runs
Remove Listener Function
Emit Event -> Listener Does NOT Run
End
This flow shows how to add a listener to an event, emit the event to trigger it, then remove the listener and emit again to see it no longer runs.