closeImmediately method
void
closeImmediately()
Close the notification immediately (without animation)
Implementation
void closeImmediately() {
onClose();
}
Close the notification immediately (without animation)
void closeImmediately() {
onClose();
}