fun readString(key: String, defaultStringValue: String = ""): String
Reads a String from SharedPreferences
key
- the key provided to find the stored value
java.lang.ClassCastException
- if the key is found but is not a String
Return
String the
data of type String if found if not returns an empty String