The SharedPreferences used to implement the DataStore

Property definitions

android :: data_store $ DataStore :: shared_preferences
	# The `SharedPreferences` used to implement the `DataStore`
	var shared_preferences = new SharedPreferences.privately(app, "data_store") is lazy
lib/android/data_store.nit:27,2--28,84