Skip to main content

init

Function init 

Source
pub fn init<R: Runtime>() -> TauriPlugin<R, Option<Config>>
Expand description

Initialize the debug bridge plugin.

// In your Tauri app's lib.rs:
#[cfg(feature = "debug")]
app.plugin(tauri_plugin_debug_bridge::init());