String? getString(String key, [String? defaultValue]) { return _secureBox.get(key) ?? defaultValue; }