features

@JvmName(name = "listFeaturesResponseFeatureSummary")
fun Flow<ListFeaturesResponse>.features(): Flow<FeatureSummary>

This paginator transforms the flow returned by listFeaturesPaginated to access the nested member FeatureSummary

Return

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