update abstract method

Future<void> update(
  1. Model item
)

Updates an entry in the repository.

Implementation

Future<void> update(Model item);