didPush method
Called when the current route has been pushed.
Implementation
@override
void didPush() {
debugPrint('AxState: didPush called for $_effectiveStateName');
ActivityTrail().setCurrentMasterLocation(_effectiveStateName);
ActivityTrail().addMarker(_effectiveStateName, "didPush", true);
}