Future<bool> canLaunchUrl(Uri url) async { return UrlLauncherPlatform.instance.canLaunch(url.toString()); }