model update request via a new command command is added to history$
Source
void update(Command<T> c) => _historyController.add(c);
model update request via a new command command is added to history$
void update(Command<T> c) => _historyController.add(c);