stopLoading method

dynamic stopLoading()

stops the loader

Implementation

stopLoading() {
  isLoading = false;
  _screenLoaderStream.update(isLoading);
}