toTable method

String toTable()

Returns the formatted ASCII table of the application's routes.

Implementation

String toTable() => formatTable(app.router.allRoutes);