EventDispatcher

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val eventFlow: MutableSharedFlow<Event>

Functions

Link copied to clipboard
inline fun <EventType : Event> publisher(eventType: Class<EventType>): Flow<EventType>
Link copied to clipboard
fun trigger(event: Event)