void update(Command<M> c)

model update request via a new command command is added to history$

Source

void update(Command<M> c) => historyController.add(c);