create abstract method

Future<void> create(
  1. T entity
)

Create a new entity on the remote data source.

Implementation

Future<void> create(T entity);