hideOverlay method

void hideOverlay()

Implementation

void hideOverlay() {
  Navigator.of(context).pop();
}