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.1
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: EventListenerOptions)(source)
fun removeEventListener(type: String, callback: EventListener?, options: Boolean)(source)
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: Boolean)(source)
fun removeEventListener(type: String, callback: (Event) -> Unit?)(source)

Since Kotlin

1.8