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