pub fn launch( root: fn() -> Element, contexts: Vec<Box<dyn Fn() -> Box<dyn Any> + Send + Sync>>, platform_config: Vec<Box<dyn Any>>, )
Launch a fullstack app with the given root component, contexts, and config.