listingFacets
fun Flow<SearchFacetsResponse>.listingFacets(): Flow<Map.Entry<SearchFacetType, List<ListingFacet>>>
This paginator transforms the flow returned by searchFacetsPaginated to access the nested member TypeToFacetMap
Return
A kotlinx.coroutines.flow.Flow that can collect TypeToFacetMap