launchStartRoute method
Launches the start screen experience on top of the navigation stack.
Implementation
Future<void> launchStartRoute() async {
return await _Views.startScreen.launch();
}
Launches the start screen experience on top of the navigation stack.
Future<void> launchStartRoute() async {
return await _Views.startScreen.launch();
}