Function dioxus_fullstack::launch::launch
source ยท pub fn launch(
root: fn() -> Element,
contexts: Vec<Box<dyn Fn() -> Box<dyn Any + Send + Sync> + Send + Sync>>,
platform_config: Config,
) -> !Expand description
Launch a fullstack app with the given root component, contexts, and config.