toLoadingStatus method
Implementation
@override
void toLoadingStatus() {
this._isLoading = true;
this._isLoadingSC.add(true);
this._isLoaded = false;
this._isLoadedSC.add(false);
this._isError = false;
this._isErrorSC.add(false);
}
@override
void toLoadingStatus() {
this._isLoading = true;
this._isLoadingSC.add(true);
this._isLoaded = false;
this._isLoadedSC.add(false);
this._isError = false;
this._isErrorSC.add(false);
}