subscribe

abstract fun <T : KeelEvent> subscribe(eventClass: Class<T>): SharedFlow<T>(source)

Subscribe to events of a specific type.