pub(super) async fn set_webview_html_impl(
env: &MountainEnvironment,
handle: String,
html: String,
) -> Result<(), CommonError>Expand description
Sets the HTML content of a Webview.
pub(super) async fn set_webview_html_impl(
env: &MountainEnvironment,
handle: String,
html: String,
) -> Result<(), CommonError>Sets the HTML content of a Webview.