static Future<bool>? setList(String key, List value) { return prefs?.setString(key, json.encode(value)); }