pop method

void pop()

Implementation

void pop() {
  Navigator.of(this).pop();
}