selectBottomTab method

dynamic selectBottomTab(
  1. int index
)

Implementation

selectBottomTab(int index) {
  this._onBottomNavigationBarChanged.forEach((func) => func(index));
  this._onBottomOptionSelected.forEach((func) => func(index));
  this._onListener.forEach((func) => func());
}