menu
utopia_http package
documentation
utopia_http.dart
Route
label method
label method
dark_mode
light_mode
label
method
Route
label
(
String
key
,
String
value
)
Set route label
Implementation
Route label(String key, String value) { labels[key] = value; return this; }
utopia_http package
documentation
utopia_http
Route
label method
Route class