menu
mno_shared package
documentation
publication.dart
RouteHandler
route static method
route static method
dark_mode
light_mode
route
static method
RouteHandler
?
route
(
Link
link
)
Implementation
static RouteHandler? route(Link link) => handlers.firstOrNullWhere((it) => it.acceptRequest(link));
mno_shared package
documentation
publication
RouteHandler
route static method
RouteHandler class