DataMailer
class DataMailer
App-wide, one-shot mailbox for moving a value between two otherwise unrelated parts of the tile tree — typically two different screens — without threading it through navigation arguments.
A single Koin single instance backs the whole app (wired in MosaicModules.applicationModule), so any key written via sendData is visible from any screen's CheckForReceivedData, regardless of navigation graph. This is the mechanism behind the server DSL's SendData/ CheckForReceivedData event pair.