hideLoader method

void hideLoader()

Implementation

void hideLoader() {
  setState(() {
    this._isShowButtons = true;
  });
}