routes abstract method
A method returning routes to be registered by the Module, RouteWidgetBuilder provides the arguments by the navigator to the Widget.
Implementation
Map<String, RouteWidgetBuilder> routes();
A method returning routes to be registered by the Module, RouteWidgetBuilder provides the arguments by the navigator to the Widget.
Map<String, RouteWidgetBuilder> routes();