getItem

abstract fun getItem(name: String): Flow<dbLike>

Retrieves a like from the "likes" table by its name.

Return

A Flow emitting the retrieved like.

Parameters

name

The name of the like to retrieve.