followItem

abstract suspend fun followItem(item: EchoMediaItem, shouldFollow: Boolean)

Follows/Unfollow an Item. This will only be called if the EchoMediaItem.isFollowable is true.

Parameters

item

the item to follow.

shouldFollow

whether to follow or unfollow the artist.