hideLoader method

void hideLoader()

Implementation

void hideLoader() {
  loaderShowingNotifier.value = false;
}