List<String>? getStringList(String key, [List<String>? defaultValue]) { return _secureBox.get(key) ?? defaultValue; }