platformApplications

@JvmName(name = "listPlatformApplicationsResponsePlatformApplication")
fun Flow<ListPlatformApplicationsResponse>.platformApplications(): Flow<PlatformApplication>

This paginator transforms the flow returned by listPlatformApplicationsPaginated to access the nested member PlatformApplication

Return

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