update method

Future<void> update(
  1. T item
)

Performs repository.update().

Implementation

Future<void> update(T item) => repository.update(item.toModel());