ObserveRemoteAdminSessionStatusUseCase

Thin wrapper that exposes the durable per-node SessionStatus flow to UI consumers without leaking the SessionManager into ViewModels.

Constructors

Link copied to clipboard
constructor(sessionManager: SessionManager)

Functions

Link copied to clipboard
open operator fun invoke(destNum: Int): Flow<SessionStatus>