showLoader method

void showLoader()

Implementation

void showLoader() {
  setState(() {
    this._isShowButtons = false;
  });
}