pub fn attach(
app: &AppHandle,
application: Application,
config: &HostConfig,
) -> Result<()>Expand description
Hand the assembled application to the desktop shell.
Call this from setup, after the composition root has built the Application.