dispatch

abstract suspend fun dispatch(event: Event)(source)

Dispatches an event to the reducer to trigger a state transition.

Parameters

event

the event to dispatch.