removeById

Removes an Item from the repository.

Parameters

id
The id of the Item to be removed.
abstract suspend fun removeById(id: String)