off

open override fun <E : Event> off(eventClass: KClass<E>, action: (E) -> Unit)

Unsubscribes the action for the specified event.


open override fun <E : Event> off(action: (E) -> Unit)

Unsubscribes the action for all events.