VendorDictionarySynchronizer<V> extension

An extension to convert VendorDictionary, which operate asynchronously to Future wrapped SyncedVendorDictionary.

on

Methods

toSynced({Comparator<DictionaryEntry<V>>? sortEntries}) Future<SyncedVendorDictionary<V>>
Obtain UnmodifiableMapBase, synced VendorDictionary with exact same key-value pair stored in this dictionary.