toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-electron
/
electron.core
/
IpcMain
/
removeListener
remove
Listener
abstract
fun
removeListener
(
channel
:
String
,
listener
:
Function
<
Unit
>
)
(
source
)
Removes the specified
listener
from the listener array for the specified
channel
.