hideLoader method

void hideLoader()

Implementation

void hideLoader() {
  isLoad = false;
  notifyListeners();
}