didPopNext method
void
didPopNext()
Implementation
void didPopNext() {
_popShowIng = false;
refresh();
widget.onDismiss?.call(this,_popShowIng);
}
void didPopNext() {
_popShowIng = false;
refresh();
widget.onDismiss?.call(this,_popShowIng);
}