hide method

dynamic hide()

to hide the bar

Implementation

hide() {
  currentStatus = false;
  _barStatus.add(currentStatus);
}