Gets a list of strings from SharedPreferences.
static List<String>? getStringList(String key) { return prefs!.getStringList(key); }