createEncryptedPreferencesDataStoreLocalStorage

expect fun createEncryptedPreferencesDataStoreLocalStorage(cipher: Cipher, name: String, options: EncryptedStoreOptions = EncryptedStoreOptions().apply { storeName = name }, migrations: List<DataMigration<Preferences>> = emptyList()): DataStore<Preferences>

Web encrypted prefs → localStorage.

actual fun createEncryptedPreferencesDataStoreLocalStorage(cipher: ERROR CLASS: Symbol not found for Cipher, name: String, options: ERROR CLASS: Symbol not found for EncryptedStoreOptions, 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>

Web encrypted prefs → localStorage.