delete abstract method

Future<void> delete(
  1. Model item
)

Deletes an entry in the repository.

Implementation

Future<void> delete(Model item);