Dialog

data class Dialog<T>(val dialog: Dialog) : Response<T>

Interrupt: user dialog that must be presented before the flow can continue.

Constructors

Link copied to clipboard
constructor(dialog: Dialog)

Properties

Link copied to clipboard