startLoading method
void
startLoading()
Starts the loading process by setting the loading state to true. This triggers the display of the loading indicator in the UI.
Implementation
void startLoading() => _isLoading.value = true;