Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
IpcMain
/
off
off
abstract
fun
off
(
channel
:
String
,
listener
:
Function
<
Unit
>
)
(
source
)
Removes the specified
listener
from the listener array for the specified
channel
.