<Implementation of getString of PreferenceDataStor...
# stackoverflow
r
Implementation of getString of PreferenceDataStore method I am using a custom DataStore which inherits PreferenceDataStore to store preferences for settings activity in my android application. I want to implement the getString() method as the PreferenceDataStore.getString() method doesn't do anything. -> PreferenceDataStore.getString() /** * Retrieve a String value from the data...