Vidyano.Hooks.ShowNotification C# (CSharp) Метод

ShowNotification() публичный Метод

public ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
notification string
notificationType NotificationType
Результат System.Threading.Tasks.Task
        public virtual async Task ShowNotification(string notification, NotificationType notificationType)
        {
        }