hideLoader method

void hideLoader()

To hide loader

Implementation

void hideLoader() {
  DialogUtils.hideLoading();
}