showLoading method

void showLoading()

Implementation

void showLoading() {
  isLoading = true;
  showLoadingDialog(context);
}