• Clears all Notifications which were created by the calling application, including child windows.

    Returns the number of successfully cleared Notifications.

    import {clearAll} from 'openfin-notifications';

    clearAll();

    Returns Promise<number>

Generated using TypeDoc