deact_router library

Functions

changeTitle(String title) → void
getNext() String
goto(ComponentContext ctx, String path) → void
linkTo({Object? key, Ref<Element?>? ref, String? accesskey, String? className, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? lang, String? spellcheck, String? style, String? tabindex, String? title, EventListener<UIEvent>? onabort, EventListener<Event>? onafterprint, EventListener<Event>? onbeforeprint, EventListener<BeforeUnloadEvent>? onbeforeunload, EventListener<FocusEvent>? onblur, EventListener<Event>? onchange, EventListener<CompositionEvent>? oncompositionend, EventListener<CompositionEvent>? oncompositionstart, EventListener<CompositionEvent>? oncompositionupdate, EventListener<MouseEvent>? oncontextmenu, EventListener<MouseEvent>? ondblclick, EventListener<MouseEvent>? ondrag, EventListener<MouseEvent>? ondragend, EventListener<MouseEvent>? ondragenter, EventListener<MouseEvent>? ondragleave, EventListener<MouseEvent>? ondragover, EventListener<MouseEvent>? ondragstart, EventListener<MouseEvent>? ondrop, EventListener<UIEvent>? onerror, EventListener<FocusEvent>? onfocus, EventListener<FocusEvent>? onfocusin, EventListener<FocusEvent>? onfocusout, EventListener<HashChangeEvent>? onhashchange, EventListener<Event>? oninput, EventListener<Event>? oninvalid, EventListener<KeyboardEvent>? onkeydown, EventListener<KeyboardEvent>? onkeyup, EventListener<Event>? onlanguagechange, EventListener<UIEvent>? onload, EventListener<MouseEvent>? onmousedown, EventListener<MouseEvent>? onmouseenter, EventListener<MouseEvent>? onmouseleave, EventListener<MouseEvent>? onmousemove, EventListener<MouseEvent>? onmouseout, EventListener<MouseEvent>? onmouseover, EventListener<MouseEvent>? onmouseup, EventListener<PageTransitionEvent>? onpagehide, EventListener<PageTransitionEvent>? onpageshow, EventListener<PopStateEvent>? onpopstate, EventListener<Event>? onreset, EventListener<UIEvent>? onresize, EventListener<UIEvent>? onscroll, EventListener<UIEvent>? onselect, EventListener<MouseEvent>? onshow, EventListener<Event>? onsubmit, EventListener<UIEvent>? onunload, EventListener<WheelEvent>? onwheel, Iterable<DeactNode>? children, required String href}) → DeactNode
notFound() → DeactNode
router({required Map<String, FunctionalComponent> routes, FunctionalComponent? notFoundRoute}) → DeactNode