sendMsgNoPump method
void
sendMsgNoPump(
- Msg msg
Sends an arbitrary Msg without capturing the view.
Implementation
void sendMsgNoPump(Msg msg) {
_ensureRunning();
_program!.send(msg);
}
Sends an arbitrary Msg without capturing the view.
void sendMsgNoPump(Msg msg) {
_ensureRunning();
_program!.send(msg);
}