send<Model> function

void send<Model>(
  1. Msg<Model> msg
)

Implementation

void send<Model>(Msg<Model> msg) => Arctium.instance<StoreA<Model>>().send(msg);