mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* add `AppHandle::fetch_all_data_store_identifiers` and `AppHandle::remove_data_store` * make it run on main thread, so you can call the function from any thread and it works. * changes file * update signature, move functions to RuntimeHandle * add api --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>