dismissDialog

abstract fun dismissDialog(id: String): Result<Unit>

Closes the dialog registered under id. Unlike the bottom sheet variants, this resolves without waiting for an exit animation.

Parameters

id

id of the dialog to close.