update abstract method
Updates a single record by the given id with the new entity object.
Implementation
Future<T> update(ID id, E entity);
Updates a single record by the given id with the new entity object.
Future<T> update(ID id, E entity);