onPop method

void onPop()

Implementation

void onPop() {
  assert(mounted);
  if (!popped) return;
  NopLifecycle._autoPop(this);
}