Updates an existing entity item identified by id.
item
id
@override Future<T> update(int id, T item) => updateDelegate(id, item);