File: Handlers\FlyoutView\FlyoutViewHandler.Standard.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
using System;
 
namespace Microsoft.Maui.Handlers
{
	public partial class FlyoutViewHandler : ViewHandler<IFlyoutView, object>
	{
		protected override object CreatePlatformView()
		{
			throw new System.NotImplementedException();
		}
	}
}