update abstract method

Cmd? update(
  1. Msg msg,
  2. ListModel model
)

Handle update messages for items.

Implementation

Cmd? update(Msg msg, ListModel model);