Set HTML content
Future<void> setHtml(String html) async { if (_webViewController != null) { await _webViewController!.runJavaScript('setContent(`$html`)'); } }