sendNotification

inline fun Application.sendNotification(title: String, id: String? = null, body: String = "", icon: Icon? = null, priority: Notification.Priority = Notification.Priority.NORMAL, builder: Notification.() -> Unit = {}): Notification