results

@JvmName(name = "searchResponseSearchRecord")
fun Flow<SearchResponse>.results(): Flow<SearchRecord>

This paginator transforms the flow returned by searchPaginated to access the nested member SearchRecord

Return

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