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