didPopNext method
Called when the top route has been popped off, and the current route shows up.
Implementation
@override
@mustCallSuper
void didPopNext() {
_updateActiveStatus();
}
Called when the top route has been popped off, and the current route shows up.
@override
@mustCallSuper
void didPopNext() {
_updateActiveStatus();
}