hide method

void hide()

Implementation

void hide() {
  BadFl.log(
    module: 'widget/BadPopup',
    message:
        'PopupController.hide is called without any attached popup (maybe automatically disposed at this point)',
  );
  _state?.hide();
}