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