Skip to main content

init

Function init 

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

Initializes the plugin with default settings.

The port is determined in the following order:

  1. TAURI_WEBDRIVER_PORT environment variable (if set and valid)
  2. Default port (4445)