create abstract method

Future create(
  1. T item
)

Method create adds entry to database

Implementation

Future<dynamic> create(T item);