hideBottomNavigationBar method

dynamic hideBottomNavigationBar()

Implementation

hideBottomNavigationBar() {
  this._hideBottomNavigationBar = true;
  this
      ._onBottomNavigationBarChanged
      .forEach((func) => func(this.currentBottomIndex));
}