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.
pub fn init<R: Runtime>(
macos_launcher: MacosLauncher,
args: Option<Vec<&'static str>>,
) -> TauriPlugin<R>
Initializes the plugin.
args
- are passed to your app on startup.