pop method

Pop the last destination from the stack.

Implementation

NavigationStack pop() => _stack != null ? _stack! : this;