Dispatch WebView2 runtime toast notification on UI thread (#811)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IWebView2RuntimeValidatorService
|
||||
{
|
||||
/// <summary>
|
||||
/// Validates whether WebView2 runtime is installed and available for use.
|
||||
/// </summary>
|
||||
Task<bool> IsRuntimeAvailableAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user