showBottomNavigationBar method

dynamic showBottomNavigationBar()

Implementation

showBottomNavigationBar() {
  this._hideBottomNavigationBar = false;
  this
      ._onBottomNavigationBarChanged
      .forEach((func) => func(this.currentBottomIndex));
}