You should call the method dispose if you don't need the listener anymore.
Disposable
When you call the dispose method the listener will be removed from the event emitter.
You should call the method dispose if you don't need the listener anymore.
Disposable