Updates an entry in the repository.
@override Future<void> update(Model item) async { _box.put(item.id, item.toJson()); }