ownsBroker property
Whether this service owns broker's lifecycle.
true (the default) starts and stops the broker with the hosting hub. Set
it false when the embedder already drives the broker — as OmnyShellHub
does — so it is not started twice.
Implementation
final bool ownsBroker;