close method

void close()

Detach the Alert component from DOM.

Implementation

void close() {
  _close(element);
}