create abstract method

Future<T> create(
  1. T item
)

Creates and stores a new entity item.

Implementation

Future<T> create(T item);