SplashRoute.login constructor

SplashRoute.login({
  1. Object? arguments,
})

Creates a route pointing to the login screen.

Implementation

factory SplashRoute.login({Object? arguments}) =>
    SplashRoute('/login', arguments: arguments);