menu
sunny_lifecycle package
documentation
routing2/frouter_delegate.dart
FRouterDelegate
matchPage method
matchPage method
dark_mode
light_mode
matchPage
method
FRouteMatch
matchPage
(
String
route
)
Implementation
FRouteMatch matchPage(String route) { return FRouteMatch.page(routes.matchRoute(route)!, this); }
sunny_lifecycle package
documentation
routing2/frouter_delegate
FRouterDelegate
matchPage method
FRouterDelegate class