fetchFavoritesStatus

suspend fun fetchFavoritesStatus(portalItem: PortalItem): Result<Boolean>

Fetches the favorite status for the portal item.

Return

a Result with a boolean indicating if the portal item is in favorites folder

Since

200.0.0

Parameters

portalItem

the portal item to check