SplashRoute.home constructor
SplashRoute.home({
- Object? arguments,
Creates a route pointing to the home screen.
Implementation
factory SplashRoute.home({Object? arguments}) =>
SplashRoute('/home', arguments: arguments);