mutablePreferencesOf
Construct a MutablePreferences object with a list of Preferences.Pair
Example usage:
val counterKey = intPreferencesKey("counter")
val preferences = mutablePreferencesOf(counterKey to 100)
Content copied to clipboard
Parameters
pairs
the key value pairs with which to construct the preferences