pub fn init<R: Runtime>() -> TauriPlugin<R>Expand description
Build the plugin. Registered as "picoframe-hello" (the crate name minus the
tauri-plugin- prefix), so the frontend invokes plugin:picoframe-hello|hello_greet.
pub fn init<R: Runtime>() -> TauriPlugin<R>Build the plugin. Registered as "picoframe-hello" (the crate name minus the
tauri-plugin- prefix), so the frontend invokes plugin:picoframe-hello|hello_greet.