delete abstract method
Deletes the entity with the given id from the database.
Throws an exception if the entity cannot be found or deleted.
Implementation
Future<void> delete(K id);
Deletes the entity with the given id from the database.
Throws an exception if the entity cannot be found or deleted.
Future<void> delete(K id);