annotationStores

@JvmName(name = "listAnnotationStoresResponseAnnotationStoreItem")
fun Flow<ListAnnotationStoresResponse>.annotationStores(): Flow<AnnotationStoreItem>

This paginator transforms the flow returned by listAnnotationStoresPaginated to access the nested member AnnotationStoreItem

Return

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