Remove a set of listeners from the dispatcher.
@override void forget(Type eventType) { _listeners.remove(eventType); }