plugins

@JvmName(name = "listPluginsResponsePluginSummary")
fun Flow<ListPluginsResponse>.plugins(): Flow<PluginSummary>

This paginator transforms the flow returned by listPluginsPaginated to access the nested member PluginSummary

Return

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