Functions

Link copied to clipboard
abstract suspend fun getAll(): List<T>
Link copied to clipboard
abstract suspend fun getById(id: String): T?
Link copied to clipboard
abstract suspend fun isEmpty(): Boolean