pub fn init<R: Runtime, F: FnMut(&AppHandle<R>, Event) + Send + Sync + 'static>( f: F, ) -> TauriPlugin<R>
Initializes the plugin.