screen
Declare screen content for route and add it to underlying screens map. The screens map will be used to navigate between the screens.
Parameters
route
used to identify the screen when navigating, in order to present it's content
content
Composable lambda with content of the screen that takes screen arguments as a parameter
Throws
when attempting to add new screen for already registered route
Alternative implementation of screen that does not pass any arguments.