back method

dynamic back()

Implementation

back(){
  Navigator.of(context).pop();
}