pub async fn mountain_ipc_invoke(
app_handle: AppHandle,
command: String,
args: Vec<Value>,
) -> Result<Value, String>Expand description
Handler for Wind’s MainProcessService.invoke() calls Maps Tauri IPC commands to Mountain’s internal command system