removeListener

abstract fun removeListener(eventName: String, listener: Value)

Removes the specified listener from the listener array for the event named eventName.

Parameters

eventName

The name of the event.

listener

The callback function.