removeEventListener

abstract fun removeEventListener(type: String, callback: EventListener, options: EventListenerOptions? = definedExternally)
abstract fun removeEventListener(type: String, callback: EventListener, options: Boolean? = definedExternally)
abstract fun removeEventListener(type: String, callback: EventListenerObject, options: EventListenerOptions? = definedExternally)
abstract fun removeEventListener(type: String, callback: EventListenerObject, options: Boolean? = definedExternally)
abstract fun removeEventListener(type: String, callback: EventListener)
abstract fun removeEventListener(type: String, callback: EventListenerObject)