File: Handlers\Toolbar\ToolbarHandler.Standard.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
using System;
 
namespace Microsoft.Maui.Handlers
{
	public partial class ToolbarHandler : ElementHandler<IToolbar, object>
	{
		protected override object CreatePlatformElement() => throw new NotImplementedException();
 
		public static void MapTitle(IToolbarHandler arg1, IToolbar arg2)
		{
		}
	}
}