ShowAlert

fun interface ShowAlert

Functions

Link copied to clipboard
fun ShowAlert?.call(message: String, type: String = "info", duration: Int = 3000)
Link copied to clipboard
abstract operator fun invoke(message: String, type: String, duration: Int)