Instance Method
launch(from:)
Installs the root view controller into the given AppKit window and activates the root interactor.
@MainActor func launch(from window: NSWindow) async
Parameters
- window
The NSWindow that should host the napkin’s root view controller. The router sets window.contentViewController and calls makeKeyAndOrderFront(nil) before activating the interactor.