File: PersistedState.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
using System.Collections.Generic;
 
namespace Microsoft.Maui
{
	public class PersistedState : Dictionary<string, string?>, IPersistedState
	{
	}
}