plainPreferencesDataStore
fun plainPreferencesDataStore(name: String, produceMigrations: (Context) -> List<DataMigration<Preferences>> = { emptyList() }, corruptionHandler: ReplaceFileCorruptionHandler<Preferences>? = null): ReadOnlyProperty<Context, DataStore<Preferences>>
Singleton plain Preferences DataStore (REQ-AND-03).