Sets a string value in SharedPreferences.
static Future<bool> setString(String key, String value) { return prefs!.setString(key, value); }