Gets a string value for the given key, returns null if not found.
key
null
String? getString(String key) => _prefsInstance.getString(key);