sessionChangedFlow

val sessionChangedFlow: SharedFlow<SessionId>

A shared flow that emits the session ID whenever it changes.

This flow allows the app to observe and be notified whenever the current session ID changes.

Return

The shared flow of session IDs.

See also

which is an alternative way of being informed when the session changes. Your app should use only one or the other, not both at the same time.