Opens the URL specified by url.
url
Future<void> openUrl(String url) => _platform.mobile.openUrl(url);