Future<bool> launchUrl(String url) async { final uri = Uri.parse(url); return plugin.launchUrl(uri, mode: plugin.LaunchMode.externalApplication); }