close method

void close()

Implementation

void close() {
  if (_isReady?.call() == true) _close?.call();
}