SplashRoute.custom constructor

SplashRoute.custom(
  1. String path, {
  2. Object? arguments,
})

Creates a route pointing to a custom named path.

Implementation

factory SplashRoute.custom(String path, {Object? arguments}) =>
    SplashRoute(path, arguments: arguments);