Sets the shared preferences value for the given key to the provided value of type String.
key
value
String
static Future<void> setString(String key, String value) => sharedPrefs.setString(key, value);