flow

open val flow: MutableSharedFlow<T>(source)

The internal flow to which events are emitted. It has no buffer, so new calls to MutableSharedFlow.emit will suspend if the listeners have not finished handling the previous event.