update abstract method

(Model, Cmd<Msg>) update(
  1. Msg msg,
  2. Model model
)

Implementation

(Model, Cmd<Msg>) update(Msg msg, Model model);