InitialRouteListFactoryCallable typedef

InitialRouteListFactoryCallable = Callable1<List<Route>, String>

typedef InitialRouteListFactory = List<Route

Implementation

typedef InitialRouteListFactoryCallable
    = Callable1<List<Route<dynamic>>, String>;