hasItemWithId

Checks if the repository contains a specific Item.

Return

true if the repository contains the Item.

Parameters

id
The id of the Item.
open suspend override fun hasItemWithId(id: String): Boolean