push
Pushes new screen route on the routes stack. Effectively it changes current screen to the new screen for given route which are declared when building ScreensNavigation.
Parameters
route
route for which new screen will be navigated to
args
optional screen arguments passed when navigating to route
Pushes new screen route on the routes stack without passing arguments. Effectively it changes current screen to the new screen for given route which are declared when building ScreensNavigation.
Parameters
route
route for which new screen will be navigated to