navigationWithoutContext property

NavigationActions navigationWithoutContext
getter/setter pair

Implementation

static NavigationActions navigationWithoutContext = NavigationNavActions(
  pushNamedCallabck: Nav.pushNamed,
  popAndPushNamedCallabck: Nav.popAndPushNamed,
  pushReplacementNamedCallabck: Nav.pushReplacementNamed,
  pushNamedAndRemoveUntilCallback: Nav.pushNamedAndRemoveUntil,
  restorablePopAndPushNamedCallback: Nav.restorablePopAndPushNamed,
  restorablePushNamedCallback: Nav.restorablePushNamed,
  restorablePushReplacementNamedCallback: Nav.restorablePushReplacementNamed,
  restorablePushNamedAndRemoveUntilCallback:
      Nav.restorablePushNamedAndRemoveUntil,
);