publicKeyList

@JvmName(name = "listPublicKeysResponsePublicKey")
fun Flow<ListPublicKeysResponse>.publicKeyList(): Flow<PublicKey>

This paginator transforms the flow returned by listPublicKeysPaginated to access the nested member PublicKey

Return

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