static Future<void> setStringList(String key, List<String> data) async { await prefs?.setStringList(key, data); }