pub async fn MountainWebviewPostMessageFromGuest(
ApplicationHandle: AppHandle,
Handle: String,
Message: Value,
) -> Result<(), String>Expand description
A specific Tauri command handler for a WebView guest to post a message back to the extension host.