save abstract method

Future<T> save(
  1. E entity
)

Saves a given entity.

Implementation

Future<T> save(E entity);