sessionsFlow

val sessionsFlow: StateFlow<List<Session>>

Reactive state for all sessions available on the current client.

In multi-session mode this may contain sessions for multiple user accounts. The current session is still determined by Client.lastActiveSessionId and exposed through sessionFlow.