Function init

Source
pub fn init<R: Runtime>(
    macos_launcher: MacosLauncher,
    args: Option<Vec<&'static str>>,
) -> TauriPlugin<R>
Expand description

Initializes the plugin.

args - are passed to your app on startup.