accountList

@JvmName(name = "listAccountsResponseAccountInfo")
fun Flow<ListAccountsResponse>.accountList(): Flow<AccountInfo>

This paginator transforms the flow returned by listAccountsPaginated to access the nested member AccountInfo

Return

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