stopLoading method
void
stopLoading()
Stops the loading process by setting the loading state to false. This removes the loading indicator from the UI.
Implementation
void stopLoading() => _isLoading.value = false;
Stops the loading process by setting the loading state to false. This removes the loading indicator from the UI.
void stopLoading() => _isLoading.value = false;