set

suspend fun set(value: V?): Preferences

Save value into dataStore, or remove the preferences from dataStore if the value is null.

Since

0.5.6