launchStartRoute method

Future<void> launchStartRoute()

Launches the start screen experience on top of the navigation stack.

Implementation

Future<void> launchStartRoute() async {
  return await _Views.startScreen.launch();
}