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