getAll

Retrieves all Items from the repository.

Return

All available Items.
abstract suspend fun getAll(): List<Item>