EventBus

@Singleton
class EventBus @Inject constructor(eventQueue: EventQueue<AppEvent>)

Constructors

Link copied to clipboard
@Inject
constructor(eventQueue: EventQueue<AppEvent>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun triggerEvent(event: AppEvent)