static Future launch(String url) async { if (!await launchUrl(Uri.parse(url))) { toast('Could not launch'); } }