pub fn init<R: Runtime>() -> TauriPlugin<R>Expand description
Registers the plugin with default options (service = bundle identifier).
Shorthand for Builder::default().build(). Use Builder to set a custom service name.
pub fn init<R: Runtime>() -> TauriPlugin<R>Registers the plugin with default options (service = bundle identifier).
Shorthand for Builder::default().build(). Use Builder to set a custom service name.