likeItem

abstract suspend fun likeItem(item: EchoMediaItem, shouldLike: Boolean)

Likes or unlikes a item.

Parameters

item

the item to like or unlike.

shouldLike

whether the item should be liked or unliked.