Package-level declarations
Types
Publishes a value on the client's system broadcast channel under broadcastId, where the host application and any mounted SystemBroadcastListener tile can pick it up. This is the outbound half of the bridge between server-declared flows and native app code.
Asks the client's network layer whether the device currently has an internet connection, and branches on the answer. Runs on the IO dispatcher.
Clears the client's local caches. Each flag selects one store: dropScreensCache the cached screen payloads, dropInitialGraphCache the cached initial navigation graph, and dropVersionCache the cached version marker used to decide whether the cached content is still valid.
Hands url to the platform so it opens outside the app — the system browser, or whichever app claims the scheme.