contactList

@JvmName(name = "listContactsResponseContactData")
fun Flow<ListContactsResponse>.contactList(): Flow<ContactData>

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

Return

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