pop method

void pop()

Pops the current route from the navigation stack.

Implementation

void pop() {
  Go.withKey(this).pop();
}