pub fn init<R: Runtime>() -> TauriPlugin<R>Expand description
Initializes the plugin. Call this from your Tauri app’s lib.rs:
ⓘ
.plugin(tauri_plugin_system_components::init())pub fn init<R: Runtime>() -> TauriPlugin<R>Initializes the plugin. Call this from your Tauri app’s lib.rs:
.plugin(tauri_plugin_system_components::init())