create abstract method
Creates a new item
in the local repository.
Throws an exception if the creation fails.
Implementation
Future<T> create(T item);
Creates a new item
in the local repository.
Throws an exception if the creation fails.
Future<T> create(T item);