ofMsg<Msg> static method
Chain a new message after processing the previous message.
Implementation
static Cmd<Msg> ofMsg<Msg>(Msg msg) =>
Cmd([(Dispatch<Msg> dispatch) => dispatch(msg)]);
Chain a new message after processing the previous message.
static Cmd<Msg> ofMsg<Msg>(Msg msg) =>
Cmd([(Dispatch<Msg> dispatch) => dispatch(msg)]);