hideAllPopups abstract method
- bool disableAnimation = false,
Hide all popups that are showing.
If disableAnimation is true and a popup animation is enabled then the
animation will not be used when hiding the popups.
Implementation
void hideAllPopups({bool disableAnimation = false});