Ui::removeNotification
Removes a notification instantly instead of waiting for it to disappear
Syntax
ui.removeNotification(notifactionId);
Required Arguments
- notifactionId: int
Return value
- Undefined
Example
todo
Removes a notification instantly instead of waiting for it to disappear
ui.removeNotification(notifactionId);
todo