hide method

void hide ()

Implementation

void hide() {
  _isShowing = false;
  Navigator.of(_context).pop();
}