didPush method

  1. @override
void didPush()
override

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);
}