Future launchObservatory(String url)

Source

Future launchObservatory(String url) {
  return Process.run("open", [url]);
}