hidePopWindow static method

void hidePopWindow()

Implementation

static void hidePopWindow(){
  Navigator.pop(_context);
}