apps

@JvmName(name = "listQAppsResponseUserAppItem")
fun Flow<ListQAppsResponse>.apps(): Flow<UserAppItem>

This paginator transforms the flow returned by listQAppsPaginated to access the nested member UserAppItem

Return

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