• Sets the visibility of the Notification Center to false.

    import { hide } from 'openfin-notifications';

    hide();

    Returns Promise<void>

Generated using TypeDoc