a promise that resolves once the Dock UI is hidden
A Workspace Platform must be initialized, and at least one Dock provider must be registered for this function to take effect.
Show a Dock provider.
import { Dock } from '@openfin/workspace';
await Dock.show();
API function to show the Dock UI.