hideProgress method
void
hideProgress()
A method to hide the loading indicator
Implementation
void hideProgress() => _jsObject.hideProgress();
A method to hide the loading indicator
void hideProgress() => _jsObject.hideProgress();