toTable method
Returns the formatted ASCII table of the application's routes.
Implementation
String toTable() => formatTable(app.router.allRoutes);
Returns the formatted ASCII table of the application's routes.
String toTable() => formatTable(app.router.allRoutes);