File: Browser\Browser.netstandard.tvos.watchos.cs | Web Access |
Project: src\src\Essentials\src\Essentials.csproj (Microsoft.Maui.Essentials) |
#nullable enable using System; using System.Threading.Tasks; namespace Microsoft.Maui.ApplicationModel { partial class BrowserImplementation : IBrowser { public Task<bool> OpenAsync(Uri uri, BrowserLaunchOptions options) => throw ExceptionUtils.NotSupportedOrImplementedException; } } |