accountLinks

@JvmName(name = "listAccountLinksResponseAccountLink")
fun Flow<ListAccountLinksResponse>.accountLinks(): Flow<AccountLink>

This paginator transforms the flow returned by listAccountLinksPaginated to access the nested member AccountLink

Return

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