AppNotifier.notify

Send a notification with a custom icon

  1. Notification notify(string title, string message)
  2. Notification notify(string title, string message, string icon)
    class AppNotifier
    notify
    (
    string title
    ,
    string message
    ,
    string icon
    )

Meta