feeds

@JvmName(name = "listFeedsResponseFeedSummary")
fun Flow<ListFeedsResponse>.feeds(): Flow<FeedSummary>

This paginator transforms the flow returned by listFeedsPaginated to access the nested member FeedSummary

Return

A kotlinx.coroutines.flow.Flow that can collect FeedSummary