NUIInitialScreen constructor
NUIInitialScreen({
- required NUIFutureRoute homeScreen,
- required NUIRoute loadingScreen,
- Map<
String, NUIRoute> ? routes, - AsyncFunction? preAppTask,
Implementation
NUIInitialScreen({
required this.homeScreen,
required this.loadingScreen,
this.routes,
this.preAppTask
});