Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-electron
/
electron.core
/
IpcMain
/
removeListener
remove
Listener
abstract
fun
removeListener
(
channel
:
String
,
listener
:
Function
<
Unit
>
)
(
source
)
Alias for
ipcMain.off
.