delete abstract method

Future<void> delete(
  1. String id
)

Deletes the item with the given id from the local repository.

Throws an exception if the deletion fails.

Implementation

Future<void> delete(String id);