Gets a string list from storage.
static List<String>? getStringList(String key) { _ensureInitialized(); return _prefs!.getStringList(key); }