Unsubscribe an event handler(s) from an event. If a specific handler is specified for an event, only that handler will be unsubscribed. Otherwise all handlers will be unsubscribed for that event.
The name of the event to unsubscribe
Optional
handler: Handler<any>Optionally the specific handler to unsubscribe
Emits an event for target