Skip to main content

popAndPushScreen method

[Future] popAndPushScreen(

  1. [[String] routeName, )

This function pop the initial route and push the new route to the navigator.

params:

  • routeName: Name of the Route
  • arguments: Set of arguments

returns:

  • Future<dynamic>: resolves if the Screen was succesfully popAndPushed.

Implementation

Future<dynamic> popAndPushScreen(String routeName, ) 
  1. talawa
  2. navigation_service
  3. NavigationService
  4. popAndPushScreen method