showLoading method

void showLoading()

Implementation

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