hideLoading method
Fire LoadingEvent which BaseView will listen and hide Loading Screen
Implementation
hideLoading({bool hasBlurBackground = true}) {
_addToEvent(
LoadingEvent(isLoading: false, hasBlurBackground: hasBlurBackground));
}
Fire LoadingEvent which BaseView will listen and hide Loading Screen
hideLoading({bool hasBlurBackground = true}) {
_addToEvent(
LoadingEvent(isLoading: false, hasBlurBackground: hasBlurBackground));
}