pop static method

void pop()

Implementation

static void pop() {
  return _navigationKey.currentState!.pop();
}