pub async fn ResolveUIRequest(
State: State<'_, Arc<ApplicationState>>,
RequestID: String,
Result: Value,
) -> Result<(), String>Expand description
A specific Tauri command handler for the UI to send back the result of a request-response interaction (like a dialog or message box).