closeProgress method

void closeProgress()

Implementation

void closeProgress() {
  if (mounted && _isShowDialog) {
    _isShowDialog = false;
    NavigatorUtil.pop(context);
  }
}