Called for each message before it is queued.
Return the same message to keep it, a modified message to transform it, or null to drop it.
null
Msg? onSend(Msg msg) => msg;