menu
utopia_http package
documentation
utopia_http.dart
Http
routes property
routes property
dark_mode
light_mode
routes
property
Map
<
String
,
Map
<
String
,
Route
>
>
get
routes
Configured routes for different methods
Implementation
Map<String, Map<String, Route>> get routes => _routes;
utopia_http package
documentation
utopia_http
Http
routes property
Http class