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