pub fn init<R: Runtime>() -> TauriPlugin<R>Expand description
Initializes the Tauri plugin (same as Builder::new().build()).
For options such as a custom pre-auth login URL, use Builder.
pub fn init<R: Runtime>() -> TauriPlugin<R>Initializes the Tauri plugin (same as Builder::new().build()).
For options such as a custom pre-auth login URL, use Builder.