pub fn init<R: Runtime>() -> TauriPlugin<R>Expand description
The base frame plugin. Registered first in every picoframe app’s builder.
It currently registers no commands — window/theme commands land in Phase 1.
It exists now so the generated main.rs template can call
.plugin(picoframe_core::init()) as a stable anchor above the plugin markers.