EventBusImpl

class EventBusImpl(coroutineScope: CoroutineScope) : EventBus

Constructors

Link copied to clipboard
constructor(coroutineScope: CoroutineScope)

Properties

Link copied to clipboard
open override val events: MutableSharedFlow<EventBus.Event>

Functions

Link copied to clipboard
open override fun send(event: EventBus.Event)