update abstract method
Creates an updated model and a list of commands from a message and the current model.
Implementation
(Model, Cmd<Msg>) update(Msg msg, Model model);
Creates an updated model and a list of commands from a message and the current model.
(Model, Cmd<Msg>) update(Msg msg, Model model);