hideAllPopups abstract method

void hideAllPopups({
  1. 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});