Function init

Source
pub fn init<R: Runtime, F: FnMut(&AppHandle<R>, Event) + Send + Sync + 'static>(
    f: F,
) -> TauriPlugin<R>
Expand description

Initializes the plugin.