plugins

@JvmName(name = "listPluginsResponsePlugin")
fun Flow<ListPluginsResponse>.plugins(): Flow<Plugin>

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

Return

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