Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-electron
/
electron.core
/
IpcMainServiceWorker
/
removeListener
remove
Listener
fun
removeListener
(
channel
:
String
,
listener
:
Function
<
Unit
>
)
(
source
)
Removes the specified
listener
from the listener array for the specified
channel
.