remove crash

This commit is contained in:
Lucas Nogueira
2025-08-19 15:26:44 -03:00
parent d2a1fde346
commit ee73d2fe85

View File

@@ -350,7 +350,8 @@ pub(crate) fn run_command<R: Runtime, C: AsRef<str>, F: FnOnce(PluginResponse) +
_payload: serde_json::Value,
_handler: F,
) -> Result<(), PluginInvokeError> {
unimplemented!()
// TODO
Ok(())
}
#[cfg(target_os = "ios")]