EventPublisherType
public protocol EventPublisherType : AnyObject
                A protocol for event publisher types.
- 
                  
                  
Removes a listener associated with a given key.
Declaration
Swift
func removeListener(forKey key: EventListenerKey)