flow

open val flow: <Error class: unknown class>(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.