launches

@JvmName(name = "listLaunchesResponseLaunch")
fun Flow<ListLaunchesResponse>.launches(): Flow<Launch>

This paginator transforms the flow returned by listLaunchesPaginated to access the nested member Launch

Return

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