static Future<List<String>?> getStringList(String key) async { final prefs = await _getInstance(); return prefs.getStringList(key); }