When the file size is bigger than the specified size, the following message appears.
How can I make it disappear automatically within a certain time like we do as follows?
notifications.create("Sorry, the event date of this leave type can not be in the future")
.withType(Notifications.Type.WARNING)
.withDuration(5000)
.withCloseable(false)
.withPosition(Notification.Position.MIDDLE)
.show();