resources

This paginator transforms the flow returned by listResourcesPaginated to access the nested member Resource

Return

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


fun Flow<SearchResponse>.resources(): Flow<Resource>

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

Return

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