Sets a list of strings in SharedPreferences.
static Future<bool> setStringList(String key, List<String> value) { return prefs!.setStringList(key, value); }