getAllDialogHistory

fun getAllDialogHistory(): List<DialogRoute>

Return

A snapshot of all the dialog routes (or empty list) that this controller has created & being actively present in the backStack in the ascending order where the last one being the current dialog shown on the screen.