Performs repository.update().
repository.update()
Future<void> update(T item) => repository.update(item.toModel());