pub fn open_url(url: &str)Expand description
Open url in the platform’s default handler (system browser for http(s), mail client for
mailto:, …). The seam behind the link piece; call it directly
from a tap handler for a custom affordance. Fire and forget — no result, unopenable URLs are
ignored by the backend.