getAllItems

abstract fun getAllItems(): Flow<List<dbLike>>

Retrieves all likes from the "likes" table, ordered by name in ascending order.

Return

A Flow emitting a list of all likes.