close method

void close()

Closes the alert dialog if it is currently showing.

Implementation

void close() {
  _close?.call();
}