getById

Retrieves an Item from the repository.

Return

The Item if available.

Parameters

id
The id of the Item.
abstract suspend fun getById(id: String): Item?