didPopNext method
Called when the top route has been popped off, and the current route shows up.
Implementation
@override
void didPopNext() {
debugPrint('AxState: didPopNext called for $_effectiveStateName');
ActivityTrail().setCurrentMasterLocation(_effectiveStateName);
ActivityTrail().addMarker(_effectiveStateName, "didPopNext", true);
}