contacts

@JvmName(name = "listContactsResponseContact")
fun Flow<ListContactsResponse>.contacts(): Flow<Contact>

This paginator transforms the flow returned by listContactsPaginated to access the nested member Contact

Return

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