openAlert: function()

in webapp/components/flow-design-system/fds-demo.js [690:696]


    openAlert: function () {
        this.dialogService.openAlert({
            title: 'Alert',
            disableClose: true,
            message: 'This is how simple it is to create an alert with this wrapper service.',
        });
    },