send method

void send(
  1. Msg<Model> msg
)

Implementation

void send(Msg<Model> msg) => _msgController.add(msg);