• Clears all Notifications which were created by the calling application, including child windows. Child window notifications will only be cleared if the notification security rules allow it.

    Returns the number of successfully cleared Notifications.

    import {clearAll} from 'openfin-notifications';

    clearAll();

    Returns Promise<number>

Generated using TypeDoc