shouldNamespaceRoutes property
bool
get
shouldNamespaceRoutes
Sets when namespace should be prefixed to the routes.
If your route is /register and your module name is auth, Then the
resulting route will be auth/register when this returns true.
Implementation
bool get shouldNamespaceRoutes => true;