Future<void> launchInBrowser(String url) async { await launchUrl(Uri.parse(url), mode: LaunchMode.externalApplication); }