createPlainPreferencesDataStoreLocalStorage
expect fun createPlainPreferencesDataStoreLocalStorage(name: String, migrations: List<DataMigration<Preferences>> = emptyList()): DataStore<Preferences>
Web plain prefs → localStorage.
actual fun createPlainPreferencesDataStoreLocalStorage(name: String, migrations: List<ERROR CLASS: Symbol not found for DataMigration<ERROR CLASS: Symbol not found for Preferences>>): ERROR CLASS: Symbol not found for DataStore<ERROR CLASS: Symbol not found for Preferences>
actual fun createPlainPreferencesDataStoreLocalStorage(name: String, migrations: List<DataMigration<Preferences>>): DataStore<Preferences>
Web plain prefs → localStorage.