removeEventListener
fun removeEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)(source)
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)(source)
Since Kotlin
1.1fun removeEventListener(type: String, callback: EventListener?, options: EventListenerOptions)(source)
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: EventListenerOptions)(source)