ScreensController
Manages navigation between the screens declared when building ScreensNavigation.
Available via LocalScreensController.
Has separate implementations for Android and non Android targets.
Functions
Link copied to clipboard
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.
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.