currentSiteConfig property
SiteConfig?
get
currentSiteConfig
Last SiteConfig received from the backend on site:X channel join.
Available after a successful connect when the server returned a
site_config block in its join response. null before the first
successful connect and after clearSession. Survives disconnect so
that header chrome (team name, online indicator) does not flash to
a blank state during a reconnect cycle — matches the
currentMessages policy.
Implementation
SiteConfig? get currentSiteConfig => _siteConfigStream.value;