show method

dynamic show()

to show the bar

Implementation

show() {
  currentStatus = true;
  _barStatus.add(currentStatus);
}