pop method

dynamic pop()

Implementation

pop() {
  navigatorKey.currentState!.pop();
}