core/embedding/embedder_backend_notice library

Functions

noticeEmbedderBackendIgnored(PreferredBackend? requested) → void
Says out loud that getActiveEmbedder(preferredBackend:) did not reach the embedder, from ONE place that every shell calls.
noticeWebEmbedderBackendIgnored(PreferredBackend? requested) → void
The web counterpart of noticeEmbedderBackendIgnored, with a different rule as well as different words.
resetEmbedderBackendNotice() → void
Lets a test assert from a known state. The flag is private and per-isolate otherwise, which is what forces one test to carry every case in order.