setHide method

dynamic setHide(
  1. VoidCallBack hide
)

Implementation

setHide(VoidCallBack hide) {
  this._hide = hide;
}