broadcast
Publishes data under broadcastId to every current subscriber — the mechanism behind BroadcastToSystem. Suspends until every current collector has received the value (plain SharedFlow.emit semantics); a broadcast with no active subscribers is simply dropped, not queued.
Parameters
broadcastId
channel id — matched against OnSystemBroadcast(broadcastId) on the receiving end.
data
the payload to publish.