Function ::exo::ui::navigate

Overview
fn navigate(link: String, target: String) -> Tuple

Navigates the user to the defined link. The second parameter is the target, on how to open the page.

Example:

exo::ui::navigate("www.exolynk.com", "_self");