pub fn store<R: Runtime>(app: &AppHandle<R>) -> Result<Arc<Store<R>>, Error>Expand description
Handle to the shared picoframe store for the Rust side. Requires the app to register
tauri_plugin_store::Builder::default().build() (the CLI app template does this).