menu
omnyshell_web package
documentation
router/router.dart
Router
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Stops listening.
Implementation
void stop() { _detach?.call(); _detach = null; }
omnyshell_web package
documentation
router/router
Router
stop method
Router class