hide method

void hide()

Implementation

void hide() {
  for (var f in _hideFunction) {
    f?.call();
  }
}