setItemsAsync

abstract suspend fun setItemsAsync(items: Map<String, String>)

Adds or updates the items in this storage from the provided list of key-value pairs.

OnPublicationStorageChangedListener.onPublicationStorageChanged will NOT be called.