SplashRoute.home constructor

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

Creates a route pointing to the home screen.

Implementation

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