Gets the current URL of the iframe.
@override Future<String?> getCurrentUrl() async { if (_iframeElement != null) { return _iframeElement!.src; } return null; }