sendMsgNoPump method

void sendMsgNoPump(
  1. Msg msg
)

Sends an arbitrary Msg without capturing the view.

Implementation

void sendMsgNoPump(Msg msg) {
  _ensureRunning();
  _program!.send(msg);
}