Get the List<String> value against a key
List<String>
List<String>? getList(String key) { return _prefs?.getStringList(key); }