openSystemBrowser

Open url in the user's default browser using the platform launcher (open on macOS, xdg-open on Linux/BSD, cmd /c start on Windows).

@safe @safe
void
openSystemBrowser
(
string url
)