policyStores

@JvmName(name = "listPolicyStoresResponsePolicyStoreItem")
fun Flow<ListPolicyStoresResponse>.policyStores(): Flow<PolicyStoreItem>

This paginator transforms the flow returned by listPolicyStoresPaginated to access the nested member PolicyStoreItem

Return

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