menu
revali_router_core package
documentation
route/lifecycle_components.dart
LifecycleComponents
getMeta method
getMeta method
dark_mode
light_mode
getMeta
method
Meta
getMeta
(
{
Meta
?
handler
,
})
Implementation
Meta getMeta({Meta? handler}) { final meta = handler ?? Meta(); _meta?.call(meta); return meta; }
revali_router_core package
documentation
route/lifecycle_components
LifecycleComponents
getMeta method
LifecycleComponents class