apps

@JvmName(name = "listAppsResponseApp")
fun Flow<ListAppsResponse>.apps(): Flow<App>

This paginator transforms the flow returned by listAppsPaginated to access the nested member App

Return

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