schemas

@JvmName(name = "listSchemasResponseString")
fun Flow<ListSchemasResponse>.schemas(): Flow<String>

This paginator transforms the flow returned by listSchemasPaginated to access the nested member String

Return

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