menu
shared_component package
documentation
routes/web_navigation.dart
Navigation
navigateToCustomUrl method
navigateToCustomUrl method
dark_mode
light_mode
navigateToCustomUrl
method
@
override
void
navigateToCustomUrl
(
String
url
)
override
Implementation
@override void navigateToCustomUrl(String url) { window.location.replace(url); }
shared_component package
documentation
routes/web_navigation
Navigation
navigateToCustomUrl method
Navigation class