views

@JvmName(name = "searchViewsResponseView")
fun Flow<SearchViewsResponse>.views(): Flow<View>

This paginator transforms the flow returned by searchViewsPaginated to access the nested member View

Return

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