@JvmOverloads inline fun Context.setNotification(id: Int = 0, channelName: String = "Default", builderMethod: Builder.() -> Any): Unit
Sends notifications
id - : Notification Id, defaults to 0
id
channelName - : Name of the channel
channelName
builderMethod - : Lambda to build notification
builderMethod