Remove a previously registered closure from the list of closures that the object notifies.
@override void removeListener(int key) { _listeners.remove(key); }