closePop method

void closePop()

Implementation

void closePop(){
  if(mounted){
    Navigator.pop(context);
  }
}