Retrieves a stored list of strings.
static Future<List<String>?> getStringList(String key) async { return _sharedPreferences.getStringList(key); }