pop method

void pop()

Implementation

void pop() {
  _navigatorKey.currentState?.pop();
}