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