Internal: b/292548580
"Called when a new route has been pushed, and the current route is no longer visible."
It's called before the route transition is finished; therefore, the current route is still visible, just obscured. This is an important distinction in some scenarios like one I ran into today where I wanted to do something as soon as the route containing the current widget was no longer visible whatsoever.
Internal: b/292548580
"Called when a new route has been pushed, and the current route is no longer visible."
It's called before the route transition is finished; therefore, the current route is still visible, just obscured. This is an important distinction in some scenarios like one I ran into today where I wanted to do something as soon as the route containing the current widget was no longer visible whatsoever.