Future<void> launchUrl(String url) async { await _channel.invokeMethod('$_name/openUrl', {'url': url}); }