1 implementation of TryOpenAsync
Microsoft.Maui.Essentials (1)
Launcher\Launcher.shared.cs (1)
165
public Task<bool>
TryOpenAsync
(Uri uri)
2 references to TryOpenAsync
Microsoft.Maui.Essentials (2)
Launcher\Launcher.shared.cs (2)
121
=> Current.
TryOpenAsync
(uri);
207
launcher.
TryOpenAsync
(new Uri(uri));