apps

@JvmName(name = "listAppsResponseAppDetails")
fun Flow<ListAppsResponse>.apps(): Flow<AppDetails>

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

Return

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