didPopNext method

void didPopNext()

Implementation

void didPopNext() {
  _popShowIng = false;
  refresh();
  self.onDismiss?.call(_popShowIng);
}