Creates and stores a new entity item.
item
@override Future<T> create(T item) => insertDelegate(item);