setBackNavigationFromCurrentNavigationDestination method
Updates the back navigation destination based on the current screen.
Implementation
void setBackNavigationFromCurrentNavigationDestination() {
_backNavigationDestination = BackNavigationDestination.none;
}