hide method

void hide ()

Implementation

void hide() {
  Navigator.pop(buildContext);
}