readSets

@JvmName(name = "listReadSetsResponseReadSetListItem")
fun Flow<ListReadSetsResponse>.readSets(): Flow<ReadSetListItem>

This paginator transforms the flow returned by listReadSetsPaginated to access the nested member ReadSetListItem

Return

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