shares

@JvmName(name = "listSharesResponseShareDetails")
fun Flow<ListSharesResponse>.shares(): Flow<ShareDetails>

This paginator transforms the flow returned by listSharesPaginated to access the nested member ShareDetails

Return

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