onClose method

void onClose()

Implementation

void onClose() {
  if(this._callbackClose != null) this._callbackClose!();
}