ProgressPromiseOptions
data class ProgressPromiseOptions(val min: Duration? = null, val delay: Duration? = null, val waitAnimation: Boolean? = null)
Options for the progress indicator promise function.
Options for the progress indicator promise function.