Builds the routes in the router.dart file
NyRouter nyRoutes(Function(NyRouter router) build) { NyRouter nyRouter = NyRouter(); build(nyRouter); return nyRouter; }