close property

void close=(Function func)

Implementation

set close(Function func) {
  _close = func;
}