NavigateAction<St>.popAndPushNamed constructor

NavigateAction<St>.popAndPushNamed(
  1. String routeName, {
  2. Object? result,
  3. Object? arguments,
})

Implementation

NavigateAction.popAndPushNamed(
  String routeName, {
  Object? result,
  Object? arguments,
}) : this._(NavigatorDetails_PopAndPushNamed(routeName, result: result, arguments: arguments));