floatingMessages

abstract val floatingMessages: SharedFlow<FloatingMessage?>

A SharedFlow emitting the currently presented floating message, or null if no message is presented.

Observers of this flow can be notified about changes in the presented message, allowing them to update the UI accordingly.