Saves a string value for key.
value
key
static Future setString(String key, String value) async { await _prefs.setString(key, value); }