encryptedPreferencesDataStore
fun encryptedPreferencesDataStore(name: String, cipher: () -> Cipher, options: EncryptedStoreOptions.() -> Unit = {}, produceMigrations: (Context) -> List<DataMigration<Preferences>> = { emptyList() }, corruptionHandler: ReplaceFileCorruptionHandler<Preferences>? = null, registry: StoreRegistry? = null): ReadOnlyProperty<Context, DataStore<Preferences>>
Singleton encrypted Preferences DataStore (REQ-AND-02). File is stored as {name}.preferences_pb.