availableNumbersList

@JvmName(name = "searchAvailablePhoneNumbersResponseAvailableNumberSummary")
fun Flow<SearchAvailablePhoneNumbersResponse>.availableNumbersList(): Flow<AvailableNumberSummary>

This paginator transforms the flow returned by searchAvailablePhoneNumbersPaginated to access the nested member AvailableNumberSummary

Return

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