hideLoading method

dynamic hideLoading()

Implementation

hideLoading() {
  params.value = params.value.copyWith(visible: false);
}