update abstract method

Future<void> update(
  1. T entity
)

Update an existing entity.

Implementation

Future<void> update(T entity);