wishlistProductIds

abstract val wishlistProductIds: StateFlow<List<String>>

A StateFlow containing the list of product IDs currently in the wishlist. This flow can be observed to react to changes in the wishlist state.